mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:26:27 +00:00
Add SimpylFold for python folding
This commit is contained in:
parent
dedd400ccf
commit
2d05d62bd5
@ -1,6 +1,7 @@
|
||||
" 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>
|
||||
|
Loading…
Reference in New Issue
Block a user