From cd757d30dd3553f09b17d8db70bc2073a526def2 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 9 Jul 2014 15:13:09 +0600 Subject: Add vim git plugin. --- .gitmodules | 3 +++ files/.vim/bundle/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 files/.vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index 9a136b7..6587a60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,3 +75,6 @@ [submodule "files/.vim/bundle/syntastic"] path = files/.vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git +[submodule "files/.vim/bundle/vim-fugitive"] + path = files/.vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/files/.vim/bundle/vim-fugitive b/files/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..9af975c --- /dev/null +++ b/files/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 9af975c82c99318b908c61b12e443e8ba6dea217 -- cgit v1.2.3