nvim: lua: plugins: Drop QFEnter
Now that we use nvim-bqf it already provides opening a quickfix entry in either of tab, split or vsplit. So drop QFEnter.
This commit is contained in:
parent
cddc40f842
commit
75f5b0d63e
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ local init = function ()
|
||||||
'milkypostman/vim-togglelist',
|
'milkypostman/vim-togglelist',
|
||||||
config = "require('modules.togglelist')"
|
config = "require('modules.togglelist')"
|
||||||
}
|
}
|
||||||
use 'yssl/QFEnter'
|
|
||||||
use {
|
use {
|
||||||
'chengzeyi/fzf-preview.vim',
|
'chengzeyi/fzf-preview.vim',
|
||||||
config = "require('modules.fzf-preview')"
|
config = "require('modules.fzf-preview')"
|
||||||
|
|
Loading…
Reference in a new issue