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",
|
||||
},
|
||||
{
|
||||
"<leader>lT",
|
||||
"<leader>ll",
|
||||
function()
|
||||
vim.lsp.inlay_hint.enable(0, not vim.lsp.inlay_hint.is_enabled(0))
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user