diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-03-27 15:21:59 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-03-27 15:21:59 +0200 |
commit | c8a12c61bc9694d4f6538d47ab317c5122b648ee (patch) | |
tree | f19fe7e0d770b3e41fa2b223b2bda803e5fa2a51 /.gitmodules | |
parent | 94ecec4b4d6865bfd28fe95b9eb0a452afb10abb (diff) | |
download | dotfiles-c8a12c61bc9694d4f6538d47ab317c5122b648ee.tar.gz |
Added vim plugin module https://github.com/jamessan/vim-gnupg.git
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 46f98fc..c9cb514 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule ".vim/bundle/zig.vim"] path = .vim/bundle/zig.vim url = https://github.com/ziglang/zig.vim.git +[submodule ".vim/bundle/vim-gnupg"] + path = .vim/bundle/vim-gnupg + url = https://github.com/jamessan/vim-gnupg.git |