Fix unreachable mappings for the lsp (#2443)
This commit is contained in:
parent
13e9b0f458
commit
250a960698
|
@ -193,7 +193,7 @@ M.lspconfig = {
|
|||
"LSP references",
|
||||
},
|
||||
|
||||
["<leader>f"] = {
|
||||
["<leader>lf"] = {
|
||||
function()
|
||||
vim.diagnostic.open_float { border = "rounded" }
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue