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