coverage.vim icon indicating copy to clipboard operation
coverage.vim copied to clipboard

code coverage vim plugin

Results 3 coverage.vim issues
Sort by recently updated
recently updated
newest added

I'd like the ability to toggle code coverage on and off. I've tried the following but unable to make this work: ```c autocmd FileType typescriptreact noremap gc :call ToggleCoverage() function!...

feature

Do not update signs if: 1. buffer is modified but not saved 2. `coverage.json` is not changed.

The icons are usually red or green, but after I run `:source $MYVIMRC`, then the icons turn white. ![screen shot 2017-02-14 at 8 21 44 am](https://cloud.githubusercontent.com/assets/3266363/22935099/abdb5532-f28e-11e6-8a72-70b13f104bc6.png)