From bbc539c11a7dfdac533084bdbda04cc279dcf369 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 9 Oct 2014 11:23:31 +0200 Subject: [PATCH] vimrc: add text objects for python --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index e254ff1..44a6d96 100644 --- a/vimrc +++ b/vimrc @@ -71,6 +71,8 @@ NeoBundle 'tpope/vim-fugitive' " git integration NeoBundle 'kana/vim-textobj-user' NeoBundle 'rbonvall/vim-textobj-latex' +NeoBundle 'kana/vim-textobj-indent' +NeoBundle 'bps/vim-textobj-python' " vim-sleuth?