nvim: plugins: Drop textobj-word-column
Does not seem to work as expected due to possible conflict with targets.
This commit is contained in:
parent
e909c059a4
commit
ed8fd2a359
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ local init = function ()
|
||||||
use {
|
use {
|
||||||
'wellle/targets.vim',
|
'wellle/targets.vim',
|
||||||
'tpope/vim-surround',
|
'tpope/vim-surround',
|
||||||
'coderifous/textobj-word-column.vim',
|
|
||||||
'tommcdo/vim-exchange',
|
'tommcdo/vim-exchange',
|
||||||
'chaoren/vim-wordmotion'
|
'chaoren/vim-wordmotion'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue