added snipmate
authorMart Lubbers <mart@martlubbers.net>
Tue, 2 Dec 2014 07:15:02 +0000 (08:15 +0100)
committerMart Lubbers <mart@martlubbers.net>
Tue, 2 Dec 2014 07:15:02 +0000 (08:15 +0100)
.vim/bundle/vim-snipmate [new submodule]
.vimrc

diff --git a/.vim/bundle/vim-snipmate b/.vim/bundle/vim-snipmate
new file mode 160000 (submodule)
index 0000000..8cb6c3e
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 8cb6c3ebe267873dc5abb9a36305c75d9564dea4
diff --git a/.vimrc b/.vimrc
index 9debb62..5b1c832 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -1,3 +1,4 @@
+execute pathogen#infect()
 syntax enable
 filetype indent plugin on
 
@@ -33,3 +34,6 @@ for prefix in ['i', 'n', 'v']
                exe prefix . "noremap " . key . " <Nop>"
        endfor
 endfor
+
+let g:GPGPreferArmor=1
+let g:GPGPreferSign=1