Did you check the docs?
Is your feature request related to a problem? Please describe.
Having the ability to not display anything on hover would be nice, specially when using multiple LSP servers attached to the same buffer, where some may not provide hover capabilities. Overall, it feels cleaner than "No information available".
Describe the solution you'd like
Having an option (a preset?) to control whether to use silent = true. I don't think this should be the default, as some users may get confused thinking the hover isn't working.
Describe alternatives you've considered
Since manually setting the handlers with noice is a no-go, I haven't looked into any alternatives.
Additional context
No response
Did you check the docs?
Is your feature request related to a problem? Please describe.
Having the ability to not display anything on hover would be nice, specially when using multiple LSP servers attached to the same buffer, where some may not provide hover capabilities. Overall, it feels cleaner than "No information available".
Describe the solution you'd like
Having an option (a preset?) to control whether to use
silent = true. I don't think this should be the default, as some users may get confused thinking the hover isn't working.Describe alternatives you've considered
Since manually setting the handlers with noice is a no-go, I haven't looked into any alternatives.
Additional context
No response