From b1875955f5d65230904c196205c28a3eb4af3262 Mon Sep 17 00:00:00 2001 From: Dylan Armstrong Date: Sun, 23 May 2021 11:46:29 -0500 Subject: [PATCH] style: tab fix --- lua/base16.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/base16.lua b/lua/base16.lua index 9190ef3..33fe3b0 100644 --- a/lua/base16.lua +++ b/lua/base16.lua @@ -330,7 +330,7 @@ local function apply_base16_theme(theme, use_256_colorspace) -- Java highlighting highlight("javaOperator", theme.base0D, nil, cterm0D, nil, nil, nil) - -- LspDiagnostic base highlight group + -- LspDiagnostic base highlight group highlight("LspDiagnosticsDefaultError", 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)