diff --git a/.gitmodules b/.gitmodules index 7512d9c..e1c3099 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ -[submodule "vim/bundle/nerdtree"] - path = vim/bundle/nerdtree - url = git://github.com/scrooloose/nerdtree.git [submodule "dircolors"] path = dircolors url = https://github.com/seebi/dircolors-solarized.git [submodule "vim/bundle/vim-devicons"] path = vim/bundle/vim-devicons - url = git@github.com:ryanoasis/vim-devicons.git + url = https://github.com/ryanoasis/vim-devicons.git [submodule "vim/bundle/vim-airline"] path = vim/bundle/vim-airline - url = git@github.com:vim-airline/vim-airline.git + url = https://github.com/vim-airline/vim-airline.git +[submodule "vim/bundle/nerdtree"] + path = vim/bundle/nerdtree + url = https://github.com/scrooloose/nerdtree.git