From b18d902f5ee7c9dba6ddc615980f2b0a908d0495 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 15 Jan 2016 23:03:20 +0100 Subject: vim: added gnupg module - updated submodules - moved git:// submodules to https:// --- .gitmodules | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3