nvim: plugins: Add pretty Quickfix windows
This commit is contained in:
parent
ac8273d9fd
commit
cf15054719
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ local init = function ()
|
||||||
-- Quickfix
|
-- Quickfix
|
||||||
use 'yssl/QFEnter'
|
use 'yssl/QFEnter'
|
||||||
use 'chengzeyi/fzf-preview.vim'
|
use 'chengzeyi/fzf-preview.vim'
|
||||||
|
use {
|
||||||
|
'https://gitlab.com/yorickpeterse/nvim-pqf',
|
||||||
|
config = function()
|
||||||
|
require('pqf').setup()
|
||||||
|
end
|
||||||
|
}
|
||||||
-- Text Object plugins
|
-- Text Object plugins
|
||||||
use {
|
use {
|
||||||
'wellle/targets.vim',
|
'wellle/targets.vim',
|
||||||
|
|
Loading…
Reference in a new issue