only link LspDiagnostic* for < 0.6

This commit is contained in:
Michael Chris Lopez
2021-10-22 17:32:36 +08:00
parent 78e26354a3
commit 318d9f3a91
3 changed files with 136 additions and 116 deletions

View File

@@ -46,8 +46,8 @@ return function(name, specs, p)
tabsel_fg = specs.Normal.fg.hex,
warning_bg = specs.DiagnosticVirtualTextWarn.bg.hex,
warning_fg = specs.DiagnosticVirtualTextWarn.fg.hex,
error_bg = specs.LspDiagnosticsVirtualTextError.bg.hex,
error_fg = specs.LspDiagnosticsVirtualTextError.fg.hex,
error_bg = specs.DiagnosticVirtualTextError.bg.hex,
error_fg = specs.DiagnosticVirtualTextError.fg.hex,
},
}
end