From 2e6c54477e29b52cbb01de14a1c393f54d7b2d04 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 23 Mar 2015 15:29:59 +0100 Subject: Remove cruft stuff from vim and use git submodules for plugins --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit