diff --git a/.gitmodules b/.gitmodules index ba40896..534f8d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "KeyBindings"] path = KeyBindings url = https://github.com/ttscoff/KeyBindings.git -[submodule "vim/bundle/fugitive"] - path = vim/bundle/tpope-fugitive - url = http://github.com/tpope/vim-fugitive.git [submodule "vim/bundle/raimondi-delimitMate"] path = vim/bundle/raimondi-delimitMate url = https://github.com/Raimondi/delimitMate @@ -106,3 +103,6 @@ [submodule "vim/bundle/drewolson-ruby_focused_unit_test_vim"] path = vim/bundle/drewolson-ruby_focused_unit_test_vim url = https://github.com/drewolson/ruby_focused_unit_test_vim +[submodule "vim/bundle/tpope-vim-fugitive"] + path = vim/bundle/tpope-vim-fugitive + url = https://github.com/tpope/vim-fugitive diff --git a/vim/bundle/tpope-fugitive b/vim/bundle/tpope-vim-fugitive similarity index 100% rename from vim/bundle/tpope-fugitive rename to vim/bundle/tpope-vim-fugitive