mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
use qflist for lsp
This commit is contained in:
parent
24b44e172f
commit
58c0637b78
9 changed files with 31 additions and 72 deletions
|
|
@ -79,20 +79,6 @@ return {
|
|||
mode = { 'n', 't' },
|
||||
desc = 'terminal open',
|
||||
},
|
||||
{
|
||||
']r',
|
||||
function()
|
||||
Snacks.words.jump(1, true)
|
||||
end,
|
||||
desc = 'next reference',
|
||||
},
|
||||
{
|
||||
'[r',
|
||||
function()
|
||||
Snacks.words.jump(-1, true)
|
||||
end,
|
||||
desc = 'next reference',
|
||||
},
|
||||
{
|
||||
'<leader><leader>',
|
||||
function()
|
||||
|
|
@ -179,6 +165,13 @@ return {
|
|||
end,
|
||||
desc = 'pick treesitter nodes',
|
||||
},
|
||||
{
|
||||
'<leader>fq',
|
||||
function()
|
||||
Snacks.picker.qflist()
|
||||
end,
|
||||
desc = 'pick quickfix list',
|
||||
},
|
||||
{
|
||||
'<leader>jf',
|
||||
function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue