diff --git a/.gitmodules b/.gitmodules index 4640227..61e3e08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ [submodule "vim/bundle/fugitive"] path = vim/bundle/fugitive url = http://github.com/tpope/vim-fugitive.git -[submodule ".vim/bundle/vim-colors-solarized"] - path = .vim/bundle/vim-colors-solarized +[submodule "vim/bundle/vim-colors-solarized"] + path = vim/bundle/vim-colors-solarized url = https://github.com/altercation/vim-colors-solarized diff --git a/.vim/bundle/vim-colors-solarized b/vim/bundle/vim-colors-solarized similarity index 100% rename from .vim/bundle/vim-colors-solarized rename to vim/bundle/vim-colors-solarized