nvim: plugins: Drop QFEnter

We actually never use this plugin.
This commit is contained in:
Sanchayan Maity 2022-01-11 11:13:07 +05:30
parent 389845a79e
commit 54c8c977a4
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ local init = function ()
-- Boost vim command line mode
use 'vim-utils/vim-husk'
-- Quickfix
use 'yssl/QFEnter'
use 'chengzeyi/fzf-preview.vim'
use {
'https://gitlab.com/yorickpeterse/nvim-pqf',