From de356c84112009fd10bec818ceaab6d89b874d96 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Mon, 7 Aug 2017 10:24:48 -0700 Subject: [PATCH] Add "fugitive" plugin for VIM --- home/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.vimrc b/home/.vimrc index abee14c..76ce82a 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -14,6 +14,7 @@ Plug 'nathanaelkane/vim-indent-guides' Plug 'plasticboy/vim-markdown' Plug 'scrooloose/nerdtree' Plug 'statianzo/vim-jade' +Plug 'tpope/vim-fugitive' call plug#end()