[vim] Add vim-fugitive and vim-gitgutter plugins
This commit is contained in:
parent
f9ddfc336e
commit
4bf1217b82
1 changed files with 2 additions and 0 deletions
|
@ -13,11 +13,13 @@ Plug 'rust-lang/rust.vim'
|
|||
Plug 'fatih/vim-go', { 'tag': 'v1.28' }
|
||||
|
||||
" Editing helpers
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-speeddating'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'tpope/vim-unimpaired'
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'PeterRincker/vim-argumentative'
|
||||
|
||||
" Environment niceties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue