fix(coc.nvim): add highlight for MenuSel (#91)

This commit is contained in:
Jesper Ryom
2022-08-03 05:28:17 +02:00
committed by GitHub
parent 000a1ef90d
commit e2ac0557a3
14 changed files with 21 additions and 0 deletions

View File

@@ -339,6 +339,7 @@ local function generate(p, opt)
CocHintHighlight { DiagnosticUnderlineHint },
CocErrorVirtualText { DiagnosticVirtualTextError },
CocWarningVitualText { DiagnosticVirtualTextWarn },
CocMenuSel { CursorLine },
CocSelectedText { SpellBad },
CocCodeLens { LineNr },
CocMarkdownLink { fg = p.sky, gui = "underline" },