vim-colors-github icon indicating copy to clipboard operation
vim-colors-github copied to clipboard

Issue with CocFloating or CocErrorFloat

Open alonfnt opened this issue 3 years ago • 0 comments

I don't know enough about highlight to indentify where the problem is, but when a coc.nvim error appears, the letters can't be distinguished: error_notvisible

However, when I change colorscheme to default and change it back to github, they do work. fixed

Steps to reproduce:

  1. Have colorscheme github on the vimrc file.
  2. Open a file and write a coc.nvim error. (text can't be read)
  3. Change colorscheme: :colorscheme default
  4. Change colorscheme again: :colorscheme github
  5. Text can be read again.

Again, I am not sure if the issue is on the Github colors or some coc.nvim configuration.

alonfnt avatar Jan 22 '22 10:01 alonfnt