chore(vim): add custom text objects

This commit is contained in:
Stefan Imhoff
2021-12-11 14:03:03 +01:00
parent 79435e6674
commit db28691725

View File

@@ -25,6 +25,14 @@ Plug 'lewis6991/gitsigns.nvim'
Plug 'ThePrimeagen/harpoon' Plug 'ThePrimeagen/harpoon'
Plug 'prettier/vim-prettier', { 'do': 'yarn install --frozen-lockfile --production', 'branch': 'release/0.x' } Plug 'prettier/vim-prettier', { 'do': 'yarn install --frozen-lockfile --production', 'branch': 'release/0.x' }
" Custom Text Objects
Plug 'glts/vim-textobj-comment' " ac, ic, aC
Plug 'jceb/vim-textobj-uri' " au, iu, go
Plug 'kana/vim-textobj-datetime' " ada, add, adf, adt, adz, ida, …
Plug 'kana/vim-textobj-user'
Plug 'michaeljsmith/vim-indent-object' " ai, ii, aI, iI
Plug 'whatyouhide/vim-textobj-xmlattr' " ax, ix
" Custom Motions " Custom Motions
Plug 'easymotion/vim-easymotion' " <Leader><Leader> (motion) Plug 'easymotion/vim-easymotion' " <Leader><Leader> (motion)