mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-01 16:26:28 +00:00
8 lines
275 B
VimL
8 lines
275 B
VimL
" All Python plugins and settings
|
|
Blink 'alfredodeza/coveragepy.vim'
|
|
Blink 'alfredodeza/pytest.vim'
|
|
Blink 'tmhedberg/SimpylFold'
|
|
nmap <silent><leader>ptp <Esc>:Pytest project<CR>
|
|
nmap <silent><leader>ptf <Esc>:Pytest file<CR>
|
|
nmap <silent><leader>ptm <Esc>:Pytest method<CR>
|