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:
Sanchayan Maity 2021-04-27 19:13:44 +05:30
parent bdafd1eea3
commit 10237ec093

View file

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