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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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