Fix unreachable mappings for the lsp (#2443)
This commit is contained in:
parent
445d32c19f
commit
35ee0bc81d
|
@ -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