mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 01:10:31 -07:00
feat: add lsp diagnostics
This commit is contained in:
parent
f77b07906c
commit
6d61546bbc
1 changed files with 7 additions and 0 deletions
|
|
@ -330,6 +330,13 @@ local function apply_base16_theme(theme, use_256_colorspace)
|
||||||
-- Java highlighting
|
-- Java highlighting
|
||||||
highlight("javaOperator", theme.base0D, nil, cterm0D, nil, nil, nil)
|
highlight("javaOperator", theme.base0D, nil, cterm0D, nil, nil, nil)
|
||||||
|
|
||||||
|
-- LspDiagnostic base highlight group
|
||||||
|
highlight("LspDiagnosticsDefaultError", theme.base08, nil, cterm00, cterm08, nil, nil)
|
||||||
|
highlight("LspDiagnosticsVirtualTextError", theme.base08, nil, cterm00, cterm08, nil, nil)
|
||||||
|
highlight("LspDiagnosticsDefaultWarning", theme.base0A, nil, cterm08, cterm00, nil, nil)
|
||||||
|
highlight("LspDiagnosticsDefaultInformation", theme.base0D, nil, cterm08, cterm00, nil, nil)
|
||||||
|
highlight("LspDiagnosticsDefaultHint", theme.base0C, nil, cterm08, cterm00, nil, nil)
|
||||||
|
|
||||||
-- TODO
|
-- TODO
|
||||||
-- nvim.command 'syntax on'
|
-- nvim.command 'syntax on'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue