Skip to content

Commit 684b33e

Browse files
authored
Merge pull request #11 from doubleloop/diagnostic
fix diagnostics
2 parents 8ebff40 + ae0938f commit 684b33e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

lua/monokai.lua

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)