re-export highlights

This commit is contained in:
Michael Chris Lopez
2021-08-29 11:04:32 +08:00
parent 47224878f7
commit 0ee29627bc
2 changed files with 85 additions and 78 deletions

View File

@@ -270,9 +270,9 @@ local theme = lush(function()
CocCodeLens { LineNr },
CocMarkdownLink { fg = c.sky, gui = "underline" },
NeogitNotificationError { LspDiagnosticsDefaultError },
NeogitNotificationWarning { LspDiagnosticsDefaultWarning },
NeogitNotificationInfo { LspDiagnosticsDefaultInformation },
NeogitNotificationError { LspDiagnosticsDefaultError },
NeogitNotificationWarning { LspDiagnosticsDefaultWarning },
NeogitNotificationInfo { LspDiagnosticsDefaultInformation },
NeogitDiffContextHighlight { CursorLine },
NeogitDiffDeleteHighlight { DiffDelete },