From 20b22f221bbd693fed9797f0d13ae6a2ce168716 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 31 Aug 2014 14:39:47 +0200 Subject: [PATCH] Added bufexplorer --- .gitmodules | 6 ++++++ vim/bundle/bufexplorer | 1 + vim/bundle/vim-fugitive | 1 + 3 files changed, 8 insertions(+) create mode 160000 vim/bundle/bufexplorer create mode 160000 vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index 0b5facb..9d2c5eb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,9 @@ [submodule "vim/bundle/YouCompleteMe"] path = vim/bundle/YouCompleteMe url = git@github.com:Valloric/YouCompleteMe +[submodule "vim/bundle/bufexplorer"] + path = vim/bundle/bufexplorer + url = git@github.com:jlanzarotta/bufexplorer.git +[submodule "vim/bundle/vim-fugitive"] + path = vim/bundle/vim-fugitive + url = git@github.com:tpope/vim-fugitive diff --git a/vim/bundle/bufexplorer b/vim/bundle/bufexplorer new file mode 160000 index 0000000..fc022c5 --- /dev/null +++ b/vim/bundle/bufexplorer @@ -0,0 +1 @@ +Subproject commit fc022c55a57a8559af00272cc03f83e0a8029c63 diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive new file mode 160000 index 0000000..90ee6fb --- /dev/null +++ b/vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 90ee6fb5d255d14d9f12f2469f92ee50149f5b44