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

This commit is contained in:
jyuan0 authored and GitHub committed 2024-05-26 10:33:40 +02:00
1 parent 945ee7e283
commit cdff9de172
1 file changed
+1 -1
+1 -1
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] = {