From 3c8a653ef42961139ba72ecd652a836c21156fa9 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 5 Apr 2020 14:06:56 +0800 Subject: [PATCH] update: add plugin vim-pythonsense This plugin provides several Python-related text objects, such as `if`, `af`, `id`, `ad`. --- plugins.vim | 3 +++ 1 file changed, 3 insertions(+) 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