mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Add python coverage vim plugin
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -108,6 +108,10 @@ Plug 'vim-autoformat/vim-autoformat'
|
|||||||
" Comment stuff out: one line with `gcc`, selection with `gc`
|
" Comment stuff out: one line with `gcc`, selection with `gc`
|
||||||
Plug 'tpope/vim-commentary'
|
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()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user