coverage.vim
coverage.vim copied to clipboard
code coverage vim plugin
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!...
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. 