From b431f5818c57a8d1283dfb9b757664285251a755 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Fri, 23 Dec 2016 23:11:05 -0600 Subject: vim: add fugitive plugin for vim integration --- .gitmodules | 3 +++ vim/.vim/bundle/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index 1d387fc..11fd91c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "vim/.vim/bundle/vim-airline-themes"] path = vim/.vim/bundle/vim-airline-themes url = https://github.com/vim-airline/vim-airline-themes +[submodule "vim/.vim/bundle/vim-fugitive"] + path = vim/.vim/bundle/vim-fugitive + url = git://github.com/tpope/vim-fugitive.git diff --git a/vim/.vim/bundle/vim-fugitive b/vim/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..b754bc2 --- /dev/null +++ b/vim/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit b754bc2031f21a532c083dd0d072ba373bbe3a37 -- cgit v1.2.3