From b29926f6ae0aac75281ff856c34f5db92eb27f67 Mon Sep 17 00:00:00 2001 From: "chawley (chawley-HP-EliteBook-840-G3)" Date: Tue, 5 Mar 2019 12:19:34 -0500 Subject: [PATCH] Added vim-fugitive vim plugin --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index b635dc6..cae05e1 100644 --- a/.vimrc +++ b/.vimrc @@ -68,6 +68,9 @@ Plug 'godlygeek/tabular' Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } Plug 'junegunn/fzf.vim' +""" fugitive.vim for git +Plug 'tpope/vim-fugitive' + call plug#end()