diff --git a/.vimrc b/.vimrc index 7c5a4f8..2d67224 100644 --- a/.vimrc +++ b/.vimrc @@ -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()