fix(lsp): correct previous reference keymap description (#3314)

This commit is contained in:
jyuan0
2024-05-26 04:33:40 -04:00
committed by GitHub
parent 945ee7e283
commit cdff9de172

View File

@ -41,7 +41,7 @@ function M.get()
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" },
{ "[[", function() LazyVim.lsp.words.jump(-vim.v.count1) end, has = "documentHighlight", desc = "Prev Reference" },
}
if LazyVim.has("inc-rename.nvim") then
M._keys[#M._keys + 1] = {