coc highlight lsp

This commit is contained in:
Michael Chris Lopez
2021-09-14 16:38:15 +08:00
parent 178aa88616
commit 6b8e787088
2 changed files with 8 additions and 8 deletions

View File

@@ -324,10 +324,10 @@ local theme = lush(function()
CocWarningSign { LspDiagnosticsDefaultWarning },
CocInfoSign { LspDiagnosticsDefaultInformation },
CocHintSign { LspDiagnosticsDefaultHint },
CocErrorHighlight { CocErrorSign, gui = "underline" },
CocWarningHighlight { CocWarningSign, gui = "underline" },
CocInfoHighlight { CocInfoSign, gui = "underline" },
CocHintHighlight { CocHintSign, gui = "underline" },
CocErrorHighlight { LspDiagnosticsUnderlineError },
CocWarningHighlight { LspDiagnosticsUnderlineWarning },
CocInfoHighlight { LspDiagnosticsUnderlineInformation },
CocHintHighlight { LspDiagnosticsUnderlineHint },
CocErrorVirtualText { LspDiagnosticsVirtualTextError },
CocWarningVitualText { LspDiagnosticsVirtualTextWarning },
CocSelectedText { SpellBad },