nvim: remove textobj-anyblock - slowed down startup
This commit is contained in:
parent
a3002c71bc
commit
e75e0242dc
1 changed files with 0 additions and 4 deletions
|
@ -498,10 +498,6 @@ return require('packer').startup({function()
|
||||||
vim.cmd 'command! CS CleverSplit'
|
vim.cmd 'command! CS CleverSplit'
|
||||||
end
|
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
|
-- use { -- rhysd: accelerated jk: make j and k move faster by pressing them a lot movement
|
||||||
-- 'rhysd/accelerated-jk',
|
-- 'rhysd/accelerated-jk',
|
||||||
-- }
|
-- }
|
||||||
|
|
Loading…
Add table
Reference in a new issue