vim-go-coverlay icon indicating copy to clipboard operation
vim-go-coverlay copied to clipboard

Change (un)covered colours

Open bahlo opened this issue 8 years ago • 1 comments

I'm able to change the colours once using the following snippet, but it gets overwritten on each new coverage.

hi covered ctermfg=green ctermbg=none
hi uncovered ctermfg=red ctermbg=none

How can I change the colours permanently?

bahlo avatar Mar 09 '16 11:03 bahlo