fix(lsp): correct previous reference keymap description

This commit is contained in:
Jacob Yuan 2024-05-25 23:55:21 -04:00
parent 0f6ff53ce3
commit af5f473442

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] = {