nvim: plugins: Add various text object plugins

This commit is contained in:
Sanchayan Maity 2021-05-21 10:11:56 +05:30
parent f99042dbfa
commit 66b022dcb0

View file

@ -74,7 +74,13 @@ local init = function ()
'wellle/targets.vim',
'tpope/vim-surround',
'tommcdo/vim-exchange',
'chaoren/vim-wordmotion'
'chaoren/vim-wordmotion',
'kana/vim-textobj-user',
'kana/vim-textobj-indent',
'kana/vim-textobj-entire',
'glts/vim-textobj-indblock',
'idbrii/textobj-word-column.vim',
'danidiaz/vim-textobj-do-block'
}
-- Tim pope essentials
use {