Fix unreachable mappings for the lsp (#2443)
This commit is contained in:
parent
13e9b0f458
commit
250a960698
|
@ -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…
Reference in New Issue