From 8fa3ea654c3bd99ff75840e67b072b51b16d957d Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 15 Feb 2021 13:20:26 +0530 Subject: add highlight groups for nvim-lsp diagnostics --- colors/plain.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/colors/plain.vim b/colors/plain.vim index 7017f37..ea5f599 100644 --- a/colors/plain.vim +++ b/colors/plain.vim @@ -244,6 +244,12 @@ call s:h("javaScriptNumber", {"bg": s:bg, "fg": s:green}) hi link diffRemoved DiffDelete hi link diffAdded DiffAdd +" nvim-lsp diagnostics +hi link LspDiagnosticsDefaultError Error +hi link LspDiagnosticsDefaultWarning WarningMsg +hi link LspDiagnosticsDefaultInformation Noise +hi link LspDiagnosticsDefaultHint Constant + " Signify, git-gutter hi link SignifySignAdd LineNr hi link SignifySignDelete LineNr -- cgit v1.2.3