diff options
author | Tharre <tharre3@gmail.com> | 2016-11-28 20:30:06 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-11-28 20:30:06 +0100 |
commit | 6db4b10745cbdf2fcc379f0954011739389d35e2 (patch) | |
tree | d4a38853d8ab131c08bc60dab8bfc685e031368b /.gitmodules | |
parent | d8cb8f28361c4977ffb7d4cb028af77845d44775 (diff) | |
download | dotfiles-6db4b10745cbdf2fcc379f0954011739389d35e2.tar.gz dotfiles-6db4b10745cbdf2fcc379f0954011739389d35e2.tar.xz dotfiles-6db4b10745cbdf2fcc379f0954011739389d35e2.zip |
vim: add vim-gnupg
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 61b4199..37db6d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule ".vim/bundle/vim-sleuth"] path = .vim/bundle/vim-sleuth url = https://github.com/tpope/vim-sleuth.git +[submodule ".vim/bundle/vim-gnupg"] + path = .vim/bundle/vim-gnupg + url = https://github.com/jamessan/vim-gnupg.git |