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 ffc097d commit 979f5b6Copy full SHA for 979f5b6
init.lua
@@ -531,7 +531,7 @@ require('lazy').setup({
531
-- This may be unwanted, since they displace some of your code
532
if client and client.server_capabilities.inlayHintProvider and vim.lsp.inlay_hint then
533
map('<leader>th', function()
534
- 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())
535
end, '[T]oggle Inlay [H]ints')
536
end
537
end,
0 commit comments