config/nvim: update plugins

This commit is contained in:
xeruf 2022-01-19 17:05:56 +01:00
parent 5b99005560
commit 79fc32f089
1 changed files with 3 additions and 1 deletions

View File

@ -41,14 +41,16 @@ Plug 'ntpeters/vim-better-whitespace' " Tools for trailing whitespace & mixed i
Plug 'vim-airline/vim-airline' " Status bar on the bottom Plug 'vim-airline/vim-airline' " Status bar on the bottom
set noshowmode " Don't show current m ode because airline already does and it inhibits echo in visual mode set noshowmode " Don't show current m ode because airline already does and it inhibits echo in visual mode
Plug 'romainl/vim-cool' " Automatically stop highlighting search results when moving - https://stackoverflow.com/questions/657447/vim-clear-last-search-highlighting Plug 'romainl/vim-cool' " Automatically stop highlighting search results when moving - https://stackoverflow.com/questions/657447/vim-clear-last-search-highlighting
Plug 'airblade/vim-gitgutter' " Git info on the left
Plug 'norcalli/nvim-colorizer.lua' " Highlight color literals Plug 'norcalli/nvim-colorizer.lua' " Highlight color literals
Plug 'luochen1990/indent-detector.vim' " Auto-detect indent Plug 'luochen1990/indent-detector.vim' " Auto-detect indent
" Visual indent guides " Visual indent guides
Plug 'nathanaelkane/vim-indent-guides' Plug 'nathanaelkane/vim-indent-guides'
let g:indent_guides_enable_on_vim_startup = 1 let g:indent_guides_enable_on_vim_startup = 1
Plug 'mhinz/vim-signify' " VCS info on the left
" Integrations " Integrations
"Plug 'airblade/vim-gitgutter' " Git info on the left and hunk bindings
Plug 'mtvee/vim-fossil'
Plug 'austintraver/vim-jrnl' Plug 'austintraver/vim-jrnl'
Plug 'weinshec/vim-dictcc' Plug 'weinshec/vim-dictcc'
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } } Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }