We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Unfortunately, it is not supported yet. If we can move these lines outside function, it will be overridable. https://github.com/t-yuki/vim-go-coverlay/blob/master/autoload/go/coverlay.vim#L92
Sorry, something went wrong.
No branches or pull requests
I'm able to change the colours once using the following snippet, but it gets overwritten on each new coverage.
How can I change the colours permanently?
The text was updated successfully, but these errors were encountered: