Closed jackielii closed 2 years ago
Search
for you has a forground of guifg=#393939
while cursorline has a background of guibg=#393939
, that's not an issue with this plugin that's an issue with CocListLine
(which this plugin doesn't touch). If anything CocListLine
should be set to StatusLine
not CursorLine
. As you mentioned, you can set the highlight group explicitly too.
See https://github.com/neoclide/coc.nvim/discussions/4125
I'm yet to find the proper way of solving this.
My problem is with a piece of text that's current
CursorLine
and also highlighted withSearch
group:In the above screenshot, inside the red circle, it should say
NewWorker
that's highlighted in yellow.The highlight group of this is
CocListLine
andSearch
. And here is the styles for these two groups:If I set a
CocListLine
group explicitly, it works:It looks like this: