From 65426076dff019cb2e00e5aa7b63e35d0e32451a Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 1 Jun 2017 08:34:12 +0200 Subject: [PATCH] note one investigating textobj --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vimrc b/vimrc index ca88472..b6802da 100644 --- a/vimrc +++ b/vimrc @@ -50,6 +50,11 @@ Plug 'sheerun/vim-polyglot' Plug 'christoomey/vim-tmux-navigator' +" Investigate on custom text object, seems really usefull +" Plug 'kana/vim-textobj-user' +" Plug 'jceb/vim-textobj-uri' | Plug 'kana/vim-textobj-user' +" Plug 'kana/vim-textobj-indent' | Plug 'kana/vim-textobj-user' + call plug#end() " }}}