support neovim v0.6 diagnostics

close #13
This commit is contained in:
Michael Chris Lopez
2021-10-01 17:18:39 +08:00
parent e99c0436ad
commit a830ad518d
5 changed files with 89 additions and 43 deletions

View File

@@ -44,8 +44,8 @@ return function(name, theme, palette, terminal)
tabline_right_fg = theme.Normal.fg.hex,
tabsel_bg = theme.Normal.bg.hex,
tabsel_fg = theme.Normal.fg.hex,
warning_bg = theme.LspDiagnosticsVirtualTextWarning.bg.hex,
warning_fg = theme.LspDiagnosticsVirtualTextWarning.fg.hex,
warning_bg = theme.DiagnosticVirtualTextWarn.bg.hex,
warning_fg = theme.DiagnosticVirtualTextWarn.fg.hex,
error_bg = theme.LspDiagnosticsVirtualTextError.bg.hex,
error_fg = theme.LspDiagnosticsVirtualTextError.fg.hex,
},