mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-18 02:36:26 +00:00
c8f77b1b3b
This does take away a little functionality, but doesn't seem so bad right now
7 lines
286 B
VimL
7 lines
286 B
VimL
" All Python plugins and settings
|
|
Plug 'alfredodeza/coveragepy.vim', { 'for': 'python' }
|
|
Plug 'alfredodeza/pytest.vim', { '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>
|