diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-11-07 22:17:09 +0100 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-11-07 22:18:14 +0100 |
commit | 2c82d2890277a9392ed3be3f22d331fec45163e2 (patch) | |
tree | 90f41279e5bbdc8fa8038c4ae56040506168ed50 /.gitmodules | |
parent | c4f7a47e02e61365d432e4195400ed89dab6b194 (diff) | |
download | dotfiles-2c82d2890277a9392ed3be3f22d331fec45163e2.tar.gz dotfiles-2c82d2890277a9392ed3be3f22d331fec45163e2.tar.bz2 dotfiles-2c82d2890277a9392ed3be3f22d331fec45163e2.zip |
Add scala bundle
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 142d833..b643ab9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [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 + url = https://github.com/derekwyatt/vim-scala.git |