nvim: plugins: Add various text object plugins
This commit is contained in:
parent
f99042dbfa
commit
66b022dcb0
1 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue