Skip to content

[Request] Add highlight groups for Neovim LSP #74

@srafi1

Description

@srafi1

Neovim v0.5.0 includes built-in language server protocol (LSP) support and this colorscheme does not have relevant highlight groups for it. I understand that adding highlight groups for every new plugin/feature that comes along would be unwieldy, but considering the fact that this will be included as a core part of Neovim, I think it is worth adding.

These are the relevant groups:

LspDiagnosticsDefaultHint       
LspDiagnosticsDefaultError      
LspDiagnosticsDefaultWarning    
LspDiagnosticsDefaultInformation

In the meantime I have the following set as a workaround:

highlight! link LspDiagnosticsSignError Exception
highlight! link LspDiagnosticsSignWarning WarningMsg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions