diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-09-20 18:59:39 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-09-20 18:59:39 +0200 |
commit | b18bf71e78becc8a7188d3479f0958d74a1686cd (patch) | |
tree | 8aed7f016fd04edc0db60fd68253b4141001f49d /.gitmodules | |
parent | d422173a56cc205e2c16df3d811876db3fc6039d (diff) | |
download | dotfiles-b18bf71e78becc8a7188d3479f0958d74a1686cd.tar.gz dotfiles-b18bf71e78becc8a7188d3479f0958d74a1686cd.tar.xz |
vim: Add vim-gnupg
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 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 |