mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-16 04:14:37 +02:00
fix(lsp): move next/prev reference keymaps to lsp keymaps. See #3220
This commit is contained in:
parent
9080959981
commit
a4d83524a7
2 changed files with 3 additions and 7 deletions
|
@ -39,7 +39,9 @@ function M.get()
|
|||
end,
|
||||
desc = "Source Action",
|
||||
has = "codeAction",
|
||||
}
|
||||
},
|
||||
{ "]]", function() LazyVim.lsp.words.jump(vim.v.count1) end, has = "documentHighlight", desc = "Next Reference" },
|
||||
{ "[[", function() LazyVim.lsp.words.jump(-vim.v.count1) end, has = "documentHighlight", desc = "Next Reference" },
|
||||
}
|
||||
if LazyVim.has("inc-rename.nvim") then
|
||||
M._keys[#M._keys + 1] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue