use qflist for lsp

This commit is contained in:
iofq 2025-08-12 23:02:55 -05:00
parent 24b44e172f
commit 58c0637b78
9 changed files with 31 additions and 72 deletions

View file

@ -121,6 +121,20 @@ return {
end,
desc = 'Refresh qflist',
},
{
'<leader>q>',
function()
require('quicker').expand { before = 2, after = 2, add_to_existing = true }
end,
desc = 'Expand quickfix context',
},
{
'<leader>q<',
function()
require('quicker').collapse()
end,
desc = 'Collapse quickfix context',
},
},
},
}