summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2015-03-23 15:29:59 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2015-03-23 15:29:59 +0100
commit2e6c54477e29b52cbb01de14a1c393f54d7b2d04 (patch)
tree85fa6f2ce54c2bb9a1eeca37cda6851e6f522b20 /.gitmodules
parent23ea7df862bfcbb4ab22a3c0a3fb55b0c35b37fb (diff)
downloaddotfiles-2e6c54477e29b52cbb01de14a1c393f54d7b2d04.tar.gz
dotfiles-2e6c54477e29b52cbb01de14a1c393f54d7b2d04.tar.bz2
dotfiles-2e6c54477e29b52cbb01de14a1c393f54d7b2d04.zip
Remove cruft stuff from vim and use git submodules for plugins
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..9acba26
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule ".config/vim/bundle/nerdtree"]
+ path = .config/vim/bundle/nerdtree
+ url = https://github.com/scrooloose/nerdtree.git
+[submodule ".config/vim/bundle/vim-pathogen"]
+ path = .config/vim/bundle/vim-pathogen
+ url = https://github.com/tpope/vim-pathogen
+[submodule ".config/vim/bundle/vim-colorschemes"]
+ path = .config/vim/bundle/vim-colorschemes
+ url = https://github.com/flazz/vim-colorschemes.git