You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
I've been banging my head against the wall for quite a while now trying to disable ONLY the passive text highlighting.
Like in this example, I don't want any of these highlights and underlines, but I do want the pop-ups to work when I ask for them with proper highlighting.
(e.g. I do want the above, only in the pop-up).
For the life of me I can't seem to get this to happen with neovim-lsp. The closest I can get is turning off all LSP-related highlighting by setting, e.g.
I've been banging my head against the wall for quite a while now trying to disable ONLY the passive text highlighting.
Like in this example, I don't want any of these highlights and underlines, but I do want the pop-ups to work when I ask for them with proper highlighting.
(e.g. I do want the above, only in the pop-up).
For the life of me I can't seem to get this to happen with
neovim-lsp. The closest I can get is turning off all LSP-related highlighting by setting, e.g.but this also turns off just about every form of highlighting in the pop-ups, which is not what I want.
Any idea if there's any way of doing this? Can an option be added in this package?