nvim: init.vim: Add quickfix reflector
This commit is contained in:
parent
5ab23c2bdd
commit
99149dbe36
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ Plug 'igankevich/mesonic'
|
||||||
Plug 'rhysd/vim-clang-format', { 'for': [ 'c', 'cpp'] }
|
Plug 'rhysd/vim-clang-format', { 'for': [ 'c', 'cpp'] }
|
||||||
Plug 'pelodelfuego/vim-swoop'
|
Plug 'pelodelfuego/vim-swoop'
|
||||||
Plug 'adelarsq/vim-matchit'
|
Plug 'adelarsq/vim-matchit'
|
||||||
|
Plug 'stefandtw/quickfix-reflector.vim'
|
||||||
|
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
Loading…
Reference in a new issue