diff options
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 |
