Skip to content

Commit

Permalink
fix: typo #96
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Jan 10, 2025
1 parent 6442684 commit 6c12fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/vnext/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ return {
end

map("<leader>ld", "<cmd>FzfLua lsp_definitions<cr>", "Definition")
map("<leader>lr", "<cmd>Fzflua lsp_references<cr>", "References")
map("<leader>lr", "<cmd>FzfLua lsp_references<cr>", "References")
map("<leader>lI", "<cmd>FzfLua lsp_implementations<cr>", "Implementation")
map("<leader>lk", vim.lsp.buf.hover, "Hover")
map("<leader>lt", "<cmd>FzfLua lsp_typedefs<cr>", "Type Definition")
Expand Down

0 comments on commit 6c12fc9

Please sign in to comment.