From b7d2bd6f6ea453b1413e190604972cdb433be687 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 14 Apr 2019 14:21:58 +0200 Subject: [PATCH] vimrc: re-enable fugitive --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index bc6f317..edb3dec 100644 --- a/vimrc +++ b/vimrc @@ -67,7 +67,7 @@ Plug 'superbrothers/vim-vimperator' Plug 'idris-hackers/idris-vim' -" Plug 'tpope/vim-fugitive' " git integration +Plug 'tpope/vim-fugitive' " git integration Plug 'jreybert/vimagit' Plug 'airblade/vim-gitgutter'