Fix PmenuSel for coc.vim

This commit is contained in:
Vitaly Ivanov 2026-01-12 14:43:56 +03:00
commit 8d47937370

View file

@ -254,6 +254,9 @@ function M.setup(colors, config)
BlinkCmpKindTypeParameter = { link = "Type" },
BlinkCmpKindCopilot = { link = "String" },
-- coc.vim
CocMenuSel = { link = "PmenuSel" },
-- IndentBlankline
IndentBlanklineChar = { fg = theme.ui.indent_line, nocombine = true },
IndentBlanklineSpaceChar = { fg = theme.ui.indent_line, nocombine = true },