mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
fix(colorscheme): add missing LSP groups
This commit is contained in:
parent
9e2f378b6d
commit
2b1a6e7597
@ -201,8 +201,16 @@ static const char *highlight_init_both[] = {
|
||||
"default link SpecialComment Special",
|
||||
"default link Debug Special",
|
||||
"default link Ignore Normal",
|
||||
"default link LspInlayHint NonText",
|
||||
"default link SnippetTabstop Visual",
|
||||
|
||||
// Built-in LSP
|
||||
"default link LspCodeLens NonText",
|
||||
"default link LspCodeLensSeparator LspCodeLens",
|
||||
"default link LspInlayHint NonText",
|
||||
"default link LspReferenceRead LspReferenceText",
|
||||
"default link LspReferenceText Visual",
|
||||
"default link LspReferenceWrite LspReferenceText",
|
||||
"default link LspSignatureActiveParameter Visual",
|
||||
"default link SnippetTabstop Visual",
|
||||
|
||||
// Diagnostic
|
||||
"default link DiagnosticFloatingError DiagnosticError",
|
||||
|
Loading…
Reference in New Issue
Block a user