From 250a9606986067edfcebe289a99c036aa1d166b0 Mon Sep 17 00:00:00 2001 From: KorigamiK <72932688+KorigamiK@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:02:31 +0530 Subject: [PATCH] Fix unreachable mappings for the lsp (#2443) --- lua/core/mappings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index dde5bfc..01cd420 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -193,7 +193,7 @@ M.lspconfig = { "LSP references", }, - ["f"] = { + ["lf"] = { function() vim.diagnostic.open_float { border = "rounded" } end,