File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -524,43 +524,43 @@ M.load_plugin_syntax = function(palette)
524524 dbui_tables = {
525525 fg = palette .white ,
526526 },
527- LspDiagnosticsSignError = {
527+ DiagnosticSignError = {
528528 fg = palette .red ,
529529 },
530- LspDiagnosticsSignWarning = {
530+ DiagnosticSignWarn = {
531531 fg = palette .yellow ,
532532 },
533- LspDiagnosticsSignInformation = {
533+ DiagnosticSignInfo = {
534534 fg = palette .white ,
535535 },
536- LspDiagnosticsSignHint = {
536+ DiagnosticSignHint = {
537537 fg = palette .aqua ,
538538 },
539- LspDiagnosticsVirtualTextError = {
539+ DiagnosticVirtualTextError = {
540540 fg = palette .red ,
541541 },
542- LspDiagnosticsVirtualTextWarning = {
542+ DiagnosticVirtualTextWarn = {
543543 fg = palette .yellow ,
544544 },
545- LspDiagnosticsVirtualTextInformation = {
545+ DiagnosticVirtualTextInfo = {
546546 fg = palette .white ,
547547 },
548- LspDiagnosticsVirtualTextHint = {
548+ DiagnosticVirtualTextHint = {
549549 fg = palette .aqua ,
550550 },
551- LspDiagnosticsUnderlineError = {
551+ DiagnosticUnderlineError = {
552552 style = ' undercurl' ,
553553 sp = palette .red ,
554554 },
555- LspDiagnosticsUnderlineWarning = {
555+ DiagnosticUnderlineWarn = {
556556 style = ' undercurl' ,
557557 sp = palette .yellow ,
558558 },
559- LspDiagnosticsUnderlineInformation = {
559+ DiagnosticUnderlineInfo = {
560560 style = ' undercurl' ,
561561 sp = palette .white ,
562562 },
563- LspDiagnosticsUnderlineHint = {
563+ DiagnosticUnderlineHint = {
564564 style = ' undercurl' ,
565565 sp = palette .aqua ,
566566 },
You can’t perform that action at this time.
0 commit comments