diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.gitmodules b/.gitmodules index 63956d7..91c7730 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ -[submodule "vim/.vim/bundle/fugitive"] - path = vim/.vim/bundle/fugitive +[submodule "vim/vim/bundle/fugitive"] + path = vim/vim/bundle/fugitive url = https://github.com/tpope/vim-fugitive.git -[submodule "vim/.vim/bundle/nerdtree"] - path = vim/.vim/bundle/nerdtree +[submodule "vim/vim/bundle/nerdtree"] + path = vim/vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git -[submodule "vim/.vim/bundle/vim-scala"] - path = vim/.vim/bundle/vim-scala +[submodule "vim/vim/bundle/vim-scala"] + path = vim/vim/bundle/vim-scala url = https://github.com/derekwyatt/vim-scala.git -[submodule "vim/.vim/bundle/syntastic"] - path = vim/.vim/bundle/syntastic +[submodule "vim/vim/bundle/syntastic"] + path = vim/vim/bundle/syntastic url = https://github.com/scrooloose/syntastic/ -[submodule "vim/.vim/bundle/sbt"] - path = vim/.vim/bundle/sbt +[submodule "vim/vim/bundle/sbt"] + path = vim/vim/bundle/sbt url = https://github.com/ktvoelker/sbt-vim |