fix!: inlay hint toggle (toggles globally now)
This commit is contained in:
parent
9bbe4516f4
commit
331c34b147
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ local on_attach_def = function(client, bufnr)
|
|||
},
|
||||
i = {
|
||||
function()
|
||||
vim.lsp.inlay_hint.enable(bufnr, not vim.lsp.inlay_hint.is_enabled(bufnr))
|
||||
vim.lsp.inlay_hint.enable(not vim.lsp.inlay_hint.is_enabled())
|
||||
end,
|
||||
"LSP inlay hints",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue