diff --git a/lua/vnext/plugins/lsp.lua b/lua/vnext/plugins/lsp.lua index 99d058b7..f7042650 100644 --- a/lua/vnext/plugins/lsp.lua +++ b/lua/vnext/plugins/lsp.lua @@ -162,7 +162,7 @@ return { end map("ld", "FzfLua lsp_definitions", "Definition") - map("lr", "Fzflua lsp_references", "References") + map("lr", "FzfLua lsp_references", "References") map("lI", "FzfLua lsp_implementations", "Implementation") map("lk", vim.lsp.buf.hover, "Hover") map("lt", "FzfLua lsp_typedefs", "Type Definition")