nvim: plugins: Add pretty Quickfix windows

This commit is contained in:
Sanchayan Maity 2021-10-10 18:03:17 +05:30
parent ac8273d9fd
commit cf15054719
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ local init = function ()
-- Quickfix
use 'yssl/QFEnter'
use 'chengzeyi/fzf-preview.vim'
use {
'https://gitlab.com/yorickpeterse/nvim-pqf',
config = function()
require('pqf').setup()
end
}
-- Text Object plugins
use {
'wellle/targets.vim',