mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-05 00:26:59 +02:00
Fix PmenuSel for coc.vim
This commit is contained in:
parent
26f5c9686b
commit
8d47937370
1 changed files with 3 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue