Add python coverage vim plugin

This commit is contained in:
don philipe
2023-10-19 11:35:35 +02:00
parent 3391f92297
commit 7229453192

4
.vimrc
View File

@@ -108,6 +108,10 @@ Plug 'vim-autoformat/vim-autoformat'
" Comment stuff out: one line with `gcc`, selection with `gc`
Plug 'tpope/vim-commentary'
" Show python coverage, needs coverage.py installed (globally)
" use with `:Coveragepy report` or `:Coveragepy show`
Plug 'alfredodeza/coveragepy.vim'
call plug#end()