nvim: lua: plugins: Drop nvim-bqf and add back QFEnter
With nvim-bqf when opening the quickfix list, it jumps around the opened buffers. For example, when calling LSP reference on a variable in buffer one, it jumps to buffer three after the quickfix list opens. This is annoying, so dump it. The preview feature has not been that helpful anyways.
This commit is contained in:
parent
bdafd1eea3
commit
10237ec093
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ local init = function ()
|
|||
config = "require('modules.asyncdo')"
|
||||
}
|
||||
-- Quickfix
|
||||
use 'kevinhwang91/nvim-bqf'
|
||||
use 'yssl/QFEnter'
|
||||
use 'ronakg/quickr-cscope.vim'
|
||||
use {
|
||||
'milkypostman/vim-togglelist',
|
||||
|
|
Loading…
Reference in a new issue