From 0a5efdc5aa8f5e22496512b5e15e74970c3ec201 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 2 Jun 2015 00:03:00 -0700 Subject: [PATCH] added submodules --- .gitmodules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e0a8723 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,18 @@ +[submodule ".vim/bundle/ctrlp.vim"] + path = .vim/bundle/ctrlp.vim + url = git@github.com:kien/ctrlp.vim.git +[submodule ".vim/bundle/nerdtree"] + path = .vim/bundle/nerdtree + url = git@github.com:scrooloose/nerdtree.git +[submodule ".vim/bundle/nerdtree-git-plugin"] + path = .vim/bundle/nerdtree-git-plugin + url = git@github.com:Xuyuanp/nerdtree-git-plugin.git +[submodule ".vim/bundle/supertab"] + path = .vim/bundle/supertab + url = git@github.com:ervandew/supertab.git +[submodule ".vim/bundle/vim-clang-format"] + path = .vim/bundle/vim-clang-format + url = git@github.com:rhysd/vim-clang-format.git +[submodule ".vim/bundle/vim-surround"] + path = .vim/bundle/vim-surround + url = git@github.com:tpope/vim-surround.git