diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-01-23 21:22:24 +0100 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-01-23 21:25:41 +0100 |
commit | 92ae62f4db11ccbfc41bc9f24fe3859aef456f34 (patch) | |
tree | bee855c2f6fc3bb2d2206af07a1403ace7819e6d /.gitmodules | |
parent | 6a3133baeba19c8e04d876e2bacbb42728a58c34 (diff) | |
download | dotfiles-92ae62f4db11ccbfc41bc9f24fe3859aef456f34.tar.gz dotfiles-92ae62f4db11ccbfc41bc9f24fe3859aef456f34.tar.bz2 dotfiles-92ae62f4db11ccbfc41bc9f24fe3859aef456f34.zip |
Little clean-up
Easier (I think...) directory layout
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 |