1
0
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:
jdhao 2020-04-05 14:06:56 +08:00 committed by GitHub
parent 1b97735bf2
commit 3c8a653ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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