X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=.gitmodules;h=58557a4a194a50dcbb426f64d1849afbb70edaa5;hb=1dbe6ea04785eb79d49826d1b1b687c0e9606a49;hp=9438e1ce5b8e85d3198561ca7350e45dc802e5e6;hpb=d71b78a54a28eff2645a4fdf0fd6ce48abbe04c2;p=config%2Fdotfiles.git diff --git a/.gitmodules b/.gitmodules index 9438e1c..58557a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,21 @@ [submodule "vim/bundle/ctrlp"] path = vim/bundle/ctrlp - url = git://github.com/kien/ctrlp.vim.git + url = https://github.com/kien/ctrlp.vim.git [submodule "vim/bundle/fswitch"] path = vim/bundle/fswitch - url = git://github.com/derekwyatt/vim-fswitch.git + url = https://github.com/derekwyatt/vim-fswitch.git +[submodule "vim/bundle/gundo"] + path = vim/bundle/gundo + url = https://github.com/sjl/gundo.vim.git +[submodule "vim/bundle/nerdcommenter"] + path = vim/bundle/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter.git +[submodule "vim/bundle/surround"] + path = vim/bundle/surround + url = https://github.com/tpope/vim-surround.git +[submodule "vim/bundle/repeat"] + path = vim/bundle/repeat + url = https://github.com/tpope/vim-repeat.git +[submodule "vim/bundle/xptemplate"] + path = vim/bundle/xptemplate + url = https://github.com/drmingdrmer/xptemplate