vim-settings/vim/rc/plugins/python.rc.vim

8 lines
335 B
VimL
Raw Normal View History

2016-11-15 17:25:41 +00:00
" All Python plugins and settings
2017-05-30 21:10:55 +00:00
Plug 'alfredodeza/coveragepy.vim', { 'for': 'python' }
Plug 'alfredodeza/pytest.vim', { 'for': 'python' }
2020-10-23 20:51:24 +00:00
Plug 'tmhedberg/SimpylFold', { 'for': 'python' }
2016-11-15 17:25:41 +00:00
nmap <silent><leader>ptp <Esc>:Pytest project<CR>
nmap <silent><leader>ptf <Esc>:Pytest file<CR>
nmap <silent><leader>ptm <Esc>:Pytest method<CR>