summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------.vim/bundle/vim-gnupg0
-rw-r--r--.vimrc2
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f35357d..66023aa 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -94,3 +94,6 @@
[submodule ".vim/bundle/vim-phpqa"]
path = .vim/bundle/vim-phpqa
url = https://github.com/joonty/vim-phpqa.git
+[submodule ".vim/bundle/vim-gnupg"]
+ path = .vim/bundle/vim-gnupg
+ url = https://github.com/jamessan/vim-gnupg.git
diff --git a/.vim/bundle/vim-gnupg b/.vim/bundle/vim-gnupg
new file mode 160000
+Subproject 454090fe40bec3b62e6fd7faa91fd18750705bb
diff --git a/.vimrc b/.vimrc
index 32848d4..0670b00 100644
--- a/.vimrc
+++ b/.vimrc
@@ -98,6 +98,8 @@ Plugin 'chase/vim-ansible-yaml'
Plugin 'vim-php/tagbar-phpctags.vim'
Plugin 'joonty/vim-phpqa.git'
+Plugin 'jamessan/vim-gnupg'
+
call vundle#end()
syntax on
filetype plugin indent on