Fix unreachable mappings for the lsp (#2443)

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

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

Loading…
Cancel
Save