feat(hl): add CocSearch (#84)

This commit is contained in:
Jesper Ryom
2022-05-27 06:18:32 +02:00
committed by GitHub
parent e4def19944
commit 46aaa50e01
14 changed files with 21 additions and 0 deletions

View File

@@ -341,6 +341,7 @@ local function generate(p, opt)
CocSelectedText { SpellBad },
CocCodeLens { LineNr },
CocMarkdownLink { fg = p.sky, gui = "underline" },
CocSearch { Search },
NeogitNotificationError { DiagnosticError },
NeogitNotificationWarning { DiagnosticWarn },

View File

@@ -341,6 +341,7 @@ local function generate(p, opt)
CocSelectedText { SpellBad },
CocCodeLens { LineNr },
CocMarkdownLink { fg = p.sky, gui = "underline" },
CocSearch { Search },
NeogitNotificationError { DiagnosticError },
NeogitNotificationWarning { DiagnosticWarn },