Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Add highlight groups for Neovim LSP #74

Open
srafi1 opened this issue Jan 24, 2021 · 0 comments
Open

[Request] Add highlight groups for Neovim LSP #74

srafi1 opened this issue Jan 24, 2021 · 0 comments

Comments

@srafi1
Copy link

srafi1 commented Jan 24, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant