config/nvim: add fugitive back
This commit is contained in:
parent
e675f959eb
commit
3ba27e3274
|
@ -44,7 +44,7 @@ let mapleader=" "
|
|||
nmap <leader>" ysiW"
|
||||
|
||||
" Alias write and quit to leader
|
||||
nnoremap <leader>q :wq<CR>
|
||||
nnoremap <leader>q :wqa<CR>
|
||||
nnoremap <leader>w :w<CR>
|
||||
|
||||
" Easy split navigation
|
||||
|
|
|
@ -50,9 +50,10 @@ Plug 'mhinz/vim-signify' " VCS info on the left
|
|||
|
||||
" Integrations
|
||||
"Plug 'airblade/vim-gitgutter' " Git info on the left and hunk bindings
|
||||
Plug 'tpope/vim-fugitive' " Difftool usage
|
||||
Plug 'xeruf/vim-fossil'
|
||||
Plug 'austintraver/vim-jrnl'
|
||||
Plug 'weinshec/vim-dictcc'
|
||||
Plug 'weinshec/vim-dictcc' " TODO do not hang without internet
|
||||
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
|
||||
Plug 'mipmip/vim-scimark' " Edit markdown tables with sc-im
|
||||
|
||||
|
|
Loading…
Reference in New Issue