try out vimagit

This commit is contained in:
Noah Masur 2020-07-31 09:40:30 -04:00
parent 55f176dd25
commit 25f9c023f8

View File

@ -10,6 +10,7 @@ Plug 'Raimondi/delimitMate' " Auto-close parentheses
Plug 'tpope/vim-commentary' " Use gc or gcc to comment
Plug 'hashivim/vim-terraform' " Terraform HCL syntax
Plug 'vimwiki/vimwiki' " Wiki System
Plug 'jreybert/vimagit' " Git GUI
call plug#end()