nvim: plugins: Drop textobj-word-column

Does not seem to work as expected due to possible conflict with targets.
This commit is contained in:
Sanchayan Maity 2021-05-14 17:12:58 +05:30
parent e909c059a4
commit ed8fd2a359

View file

@ -75,7 +75,6 @@ local init = function ()
use {
'wellle/targets.vim',
'tpope/vim-surround',
'coderifous/textobj-word-column.vim',
'tommcdo/vim-exchange',
'chaoren/vim-wordmotion'
}