Replies: 1 comment
-
Inlay hints should be disabled by default. lsp-zero doesn't interact with inlay hints either, there is no option to enable/disable it using the plugin. In Neovim v0.10 or greater you can disable it like this: vim.lsp.inlay_hint.enable(false) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to disable the inlay hints (inline type information text) which should be possible via lspconfig option as follows, but this doesn't work. I can't figure out how to properly pass thru opts via
extend_lspconfig()
either. Thanks!Beta Was this translation helpful? Give feedback.
All reactions