Fix unreachable mappings for the lsp (#2443)

pull/2459/head^2
KorigamiK 7 months ago committed by siduck
parent 445d32c19f
commit 35ee0bc81d

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

Loading…
Cancel
Save