mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update: add plugin vim-pythonsense
This plugin provides several Python-related text objects, such as `if`, `af`, `id`, `ad`.
This commit is contained in:
parent
1b97735bf2
commit
3c8a653ef4
@ -58,6 +58,9 @@ Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins' }
|
||||
|
||||
" Python indent (follows the PEP8 style)
|
||||
Plug 'Vimjas/vim-python-pep8-indent', {'for': 'python'}
|
||||
|
||||
" Python-related text object
|
||||
Plug 'jeetsukumaran/vim-pythonsense'
|
||||
"}}
|
||||
|
||||
"{{ Search related plugins
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user