1
0
mirror of https://github.com/ViViDboarder/vim-settings.git synced 2025-03-10 23:36:17 +00:00
2020-10-23 13:51:24 -07:00

8 lines
335 B
VimL

" All Python plugins and settings
Plug 'alfredodeza/coveragepy.vim', { 'for': 'python' }
Plug 'alfredodeza/pytest.vim', { 'for': 'python' }
Plug 'tmhedberg/SimpylFold', { 'for': 'python' }
nmap <silent><leader>ptp <Esc>:Pytest project<CR>
nmap <silent><leader>ptf <Esc>:Pytest file<CR>
nmap <silent><leader>ptm <Esc>:Pytest method<CR>