nvim: init.vim: Add word based column text object
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
fd606aa465
commit
93f0fc9d3e
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ Plug 'yssl/QFEnter'
|
|||
" Text Object plugins
|
||||
Plug 'wellle/targets.vim'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'coderifous/textobj-word-column.vim'
|
||||
" Tim pope essentials
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'tpope/vim-repeat'
|
||||
|
|
Loading…
Reference in a new issue