diff --git a/.vim/vimrc b/.vim/vimrc index 2e33dc8..65b24dd 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -30,6 +30,7 @@ Plug 'ctrlpvim/ctrlp.vim', { 'on': [] } " 🌷 Distraction-free writing in Vim Plug 'junegunn/goyo.vim', { 'for': 'markdown' } Plug 'preservim/nerdcommenter', { 'on': [] } +Plug 'airblade/vim-gitgutter' Plug 'tpope/vim-surround' " fugitive.vim: A Git wrapper so awesome, it should be illegal