From 11e889fa382e39083fe62a1fc5e08220cfaf784d Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 4 Nov 2012 22:43:54 -0800 Subject: [PATCH] Add fugitive plugin https://github.com/tpope/vim-fugitive.git --- .gitmodules | 3 +++ vim/bundle/fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/fugitive diff --git a/.gitmodules b/.gitmodules index 570c79a..3412a67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "vim/bundle/nerdtree"] path = vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git +[submodule "vim/bundle/fugitive"] + path = vim/bundle/fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/vim/bundle/fugitive b/vim/bundle/fugitive new file mode 160000 index 0000000..003f38c --- /dev/null +++ b/vim/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit 003f38c6a4d8e3d527e4e1dfeab6fdf05c8ff149