nvim: init.vim: Drop text object plugins we do not use
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
7a9e5f3b7d
commit
77db00dcba
2 changed files with 0 additions and 9 deletions
|
@ -1,4 +0,0 @@
|
|||
" Start interactive EasyAlign in visual mode (e.g. vipga)
|
||||
xmap ga <Plug>(EasyAlign)
|
||||
" Start interactive EasyAlign for a motion/text object (e.g. gaip)
|
||||
nmap ga <Plug>(EasyAlign)
|
|
@ -39,13 +39,8 @@ Plug 'stefandtw/quickfix-reflector.vim'
|
|||
Plug 'milkypostman/vim-togglelist'
|
||||
Plug 'yssl/QFEnter'
|
||||
" Text Object plugins
|
||||
Plug 'kana/vim-textobj-user'
|
||||
Plug 'danidiaz/vim-textobj-do-block'
|
||||
Plug 'michaeljsmith/vim-indent-object'
|
||||
Plug 'wellle/targets.vim'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'junegunn/vim-easy-align'
|
||||
Plug 'tommcdo/vim-exchange'
|
||||
" Tim pope essentials
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'tpope/vim-repeat'
|
||||
|
|
Loading…
Reference in a new issue