Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

option to disable all passive lint highlighting #33

@ExpandingMan

Description

@ExpandingMan

I've been banging my head against the wall for quite a while now trying to disable ONLY the passive text highlighting.

2020-06-11-103100_465x106_scrot

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.

2020-06-11-103227_491x76_scrot
(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.

hi! LspDiagnosticsUnderline ctermbg=none
hi! LspDiagnosticsInformation ctermbg=none
hi! LspDiagnosticsHint ctermbg=none
hi! LspDiagnosticsError ctermbg=none
hi! LspDiagnosticsWarning ctermbg=none
hi! LspDiagnosticsUnderlineError ctermbg=none
hi! LspDiagnosticsUnderlineHint ctermbg=none
hi! LspDiagnosticsUnderlineInformation ctermbg=none
hi! LspDiagnosticsUnderlineWarning ctermbg=none

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions