refactor(nvim): use "<leader>ll" for toggling lsp inlay hints
This commit is contained in:
parent
12c9995a8b
commit
efed48c3a1
@ -195,7 +195,7 @@ return {
|
|||||||
desc = "LSP: Toggle Diagnostic Style",
|
desc = "LSP: Toggle Diagnostic Style",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"<leader>lT",
|
"<leader>ll",
|
||||||
function()
|
function()
|
||||||
vim.lsp.inlay_hint.enable(0, not vim.lsp.inlay_hint.is_enabled(0))
|
vim.lsp.inlay_hint.enable(0, not vim.lsp.inlay_hint.is_enabled(0))
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user