Open McYoloSwagHam opened 4 years ago
Try adding these two lines to your vimrc AFTER colorscheme gruvbox :
hi cocerrorhighlight ctermfg=red guifg=#c4384b gui=undercurl term=undercurl
hi cocwarninghighlight ctermfg=yellow guifg=#c4ab39 gui=undercurl term=undercurl
Try adding these two lines to your vimrc AFTER colorscheme gruvbox :
hi cocerrorhighlight ctermfg=red guifg=#c4384b gui=undercurl term=undercurl
hi cocwarninghighlight ctermfg=yellow guifg=#c4ab39 gui=undercurl term=undercurl
According to this https://github.com/neoclide/coc.nvim/issues/1046#issuecomment-516671430
Try this:
autocmd ColorScheme gruvbox
\ hi CocErrorHighlight gui=underline term=underline cterm=underline guisp=NONE
\ | hi CocWarningHighlight guisp=NONE
This solved the problem
https://github.com/morhetz/gruvbox/issues/266#issuecomment-497523280
add this let g:gruvbox_guisp_fallback = 'bg'
in your .vimrc
I'm using Vim 8.2 with gruvbox and coc.vim
this is my ~/.vimrc
By default Coc.vim should make underlines look like this
This is what it looks like with Gruvbox