chore: remove unused one

This commit is contained in:
Dylan Armstrong 2021-05-23 11:29:49 -05:00
parent 6d61546bbc
commit 8e57bb9abe
No known key found for this signature in database
GPG key ID: B2D34C1A9269C6AE

View file

@ -332,7 +332,6 @@ local function apply_base16_theme(theme, use_256_colorspace)
-- 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)