We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dadc4 commit 6bbd4c0Copy full SHA for 6bbd4c0
init.lua
@@ -539,7 +539,7 @@ require('lazy').setup({
539
-- This may be unwanted, since they displace some of your code
540
if client and client.server_capabilities.inlayHintProvider and vim.lsp.inlay_hint then
541
map('<leader>th', function()
542
- vim.lsp.inlay_hint.enable(0, not vim.lsp.inlay_hint.is_enabled())
+ vim.lsp.inlay_hint.enable(not vim.lsp.inlay_hint.is_enabled())
543
end, '[T]oggle Inlay [H]ints')
544
end
545
end,
0 commit comments