From 6c12fc948eb5bc9325538a87c453301b6cadefde Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 10 Jan 2025 22:54:37 +0100 Subject: [PATCH] fix: typo #96 --- lua/vnext/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")