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
1 changed files with 1 additions and 1 deletions

View File

@ -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,