Fix unreachable mappings for the lsp (#2443)

This commit is contained in:
KorigamiK
2023-10-16 17:02:31 +05:30
committed by GitHub
parent 13e9b0f458
commit 250a960698

View File

@@ -193,7 +193,7 @@ M.lspconfig = {
"LSP references",
},
["<leader>f"] = {
["<leader>lf"] = {
function()
vim.diagnostic.open_float { border = "rounded" }
end,