Fix unreachable mappings for the lsp (#2443)

This commit is contained in:
KorigamiK
2023-10-17 07:56:43 +05:30
committed by siduck
parent 445d32c19f
commit 35ee0bc81d
+1 -1
View File
@@ -193,7 +193,7 @@ M.lspconfig = {
"LSP references",
},
["<leader>f"] = {
["<leader>lf"] = {
function()
vim.diagnostic.open_float { border = "rounded" }
end,