diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index 6002950..463afca 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -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', -- }