cleanup, mini rice

This commit is contained in:
iofq 2025-06-24 02:38:40 -05:00
parent 3231eec14e
commit c46a229713
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
11 changed files with 127 additions and 87 deletions

View file

@ -127,12 +127,23 @@ return {
},
},
{
'kevinhwang91/nvim-bqf',
'stevearc/quicker.nvim',
event = 'VeryLazy',
opts = {
auto_resize_height = true,
preview = {
winblend = 0,
config = true,
keys = {
{
'<leader>qf',
function()
require('quicker').toggle()
end,
desc = 'Toggle qflist',
},
{
'<leader>qr',
function()
require('quicker').refresh()
end,
desc = 'Refresh qflist',
},
},
},