diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2016-01-15 23:03:20 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2016-01-15 23:43:05 +0100 |
| commit | b18d902f5ee7c9dba6ddc615980f2b0a908d0495 (patch) | |
| tree | da72b7104df1c144fbbea29825bc387469f7e28a /.gitmodules | |
| parent | ee27a4d68c8a5d63b318545f4efc0bc0c0230783 (diff) | |
vim: added gnupg module
- updated submodules
- moved git:// submodules to https://
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 0b78258..30df90d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "pathogen"] path = vim/bundle/pathogen - url = git://github.com/tpope/vim-pathogen + url = https://github.com/tpope/vim-pathogen [submodule "tagbar"] path = vim/bundle/tagbar - url = git://github.com/majutsushi/tagbar + url = https://github.com/majutsushi/tagbar [submodule "fugitive"] path = vim/bundle/fugitive - url = git://github.com/tpope/vim-fugitive.git + url = https://github.com/tpope/vim-fugitive.git [submodule "ag"] path = vim/bundle/ag - url = git://github.com/rking/ag.vim.git + url = https://github.com/rking/ag.vim.git [submodule "bufexplorer"] path = vim/bundle/bufexplorer url = https://github.com/jlanzarotta/bufexplorer.git @@ -28,3 +28,6 @@ [submodule "neocomplete"] path = vim/bundle/neocomplete url = https://github.com/Shougo/neocomplete.vim.git +[submodule "gnupg"] + path = vim/bundle/gnupg + url = https://github.com/jamessan/vim-gnupg.git |
