Fix unreachable mappings for the lsp (#2443)

pull/2446/head
KorigamiK 8 months ago committed by GitHub
parent 13e9b0f458
commit 250a960698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save