This adds highlighting for the build-in neovim language server (as can be seen in the lsp help file of neovim)
excerpt:
================================================================================
LSP HIGHLIGHT *lsp-highlight*
*hl-LspDiagnosticsError*
LspDiagnosticsError used for "Error" diagnostic virtual text
*hl-LspDiagnosticsWarning*
LspDiagnosticsWarning used for "Warning" diagnostic virtual text
*hl-LspDiagnosticsInformation*
LspDiagnosticInformation used for "Information" diagnostic virtual text
*hl-LspDiagnosticsHint*
LspDiagnosticHint used for "Hint" diagnostic virtual text
*hl-LspReferenceText*
LspReferenceText used for highlighting "text" references
*hl-LspReferenceRead*
LspReferenceRead used for highlighting "read" references
*hl-LspReferenceWrite*
LspReferenceWrite used for highlighting "write" references
I used the same highlighting as Coc.nvim to ensure consistency.
This adds highlighting for the build-in neovim language server (as can be seen in the lsp help file of neovim)
excerpt:
I used the same highlighting as Coc.nvim to ensure consistency.