nvim: remove textobj-anyblock - slowed down startup

This commit is contained in:
PowerUser64 2022-08-27 15:19:06 -07:00
parent a3002c71bc
commit e75e0242dc

View file

@ -498,10 +498,6 @@ return require('packer').startup({function()
vim.cmd 'command! CS CleverSplit'
end
}
use { -- rhysd: textobj-anyblock: allow ab or ib instead of i( or a[ or any of the many other block selectors
'rhysd/vim-textobj-anyblock',
requires = { 'kana/vim-textobj-user' },
}
-- use { -- rhysd: accelerated jk: make j and k move faster by pressing them a lot movement
-- 'rhysd/accelerated-jk',
-- }