config/nvim: add fugitive back

This commit is contained in:
xeruf 2022-03-14 21:23:59 +01:00
parent e675f959eb
commit 3ba27e3274
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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