diff options
| author | jdhao <jdhao@hotmail.com> | 2020-04-05 14:06:56 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-05 14:06:56 +0800 |
| commit | 3c8a653ef42961139ba72ecd652a836c21156fa9 (patch) | |
| tree | 485dcd3a6935cdb5595bab006c1296c2d5c78fda | |
| parent | 1b97735bf2bff38d9b052ca645bd389d82976a57 (diff) | |
update: add plugin vim-pythonsense
This plugin provides several Python-related text objects, such as `if`, `af`, `id`, `ad`.
| -rw-r--r-- | plugins.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index 5371f70..78ef668 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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 |
