summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-10-02 13:20:20 +0200
committerRené Neumann <rene.neumann@in.tum.de>2012-10-02 13:20:21 +0200
commite340e5a3ec154b32050a1c998b7be77f0a3a8328 (patch)
tree1d884568c9f6b9c7a6baccf46c97a92086d24eb2 /.vim
parent72dd6d54758d3af1c00cd631bf7d623b4cfb0b53 (diff)
downloaddotfiles-e340e5a3ec154b32050a1c998b7be77f0a3a8328.tar.gz
dotfiles-e340e5a3ec154b32050a1c998b7be77f0a3a8328.tar.bz2
dotfiles-e340e5a3ec154b32050a1c998b7be77f0a3a8328.zip
gpg vim plugin
Diffstat (limited to '.vim')
-rw-r--r--.vim/bundles.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index 5fac9a2..948dde0 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -52,4 +52,7 @@ Bundle 'Syntastic'
" projects
Bundle 'project.tar.gz'
+" GPG
+Bundle 'gnupg.vim'
+
filetype plugin indent on " required!