chore: remove unused one

v2.5
Dylan Armstrong 5 years ago
parent 6d61546bbc
commit 8e57bb9abe
No known key found for this signature in database
GPG Key ID: B2D34C1A9269C6AE

@ -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)

Loading…
Cancel
Save