From 880412b833e383be0d58963c2563e80252f875cc Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 21 Jul 2014 15:26:02 +0200 Subject: [PATCH] vim-fugitive --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 516b76c..4011560 100644 --- a/vimrc +++ b/vimrc @@ -55,6 +55,8 @@ NeoBundle 'dogrover/vim-pentadactyl' NeoBundle 'idris-hackers/idris-vim' +NeoBundle 'tpope/vim-fugitive' " git integration + " vim-sleuth? call neobundle#end()