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:
Sanchayan Maity 2021-02-03 16:23:31 +05:30
parent cddc40f842
commit 75f5b0d63e

View file

@ -69,7 +69,6 @@ local init = function ()
'milkypostman/vim-togglelist',
config = "require('modules.togglelist')"
}
use 'yssl/QFEnter'
use {
'chengzeyi/fzf-preview.vim',
config = "require('modules.fzf-preview')"