summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-09-20 18:59:39 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-09-20 18:59:39 +0200
commitb18bf71e78becc8a7188d3479f0958d74a1686cd (patch)
tree8aed7f016fd04edc0db60fd68253b4141001f49d
parentd422173a56cc205e2c16df3d811876db3fc6039d (diff)
downloaddotfiles-b18bf71e78becc8a7188d3479f0958d74a1686cd.tar.gz
dotfiles-b18bf71e78becc8a7188d3479f0958d74a1686cd.tar.xz
vim: Add vim-gnupg
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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