mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Add 'entire buffer' text object
This commit is contained in:
parent
9d9473300d
commit
91dd9eef7e
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ Plug 'jlcrochet/vim-ruby' ", { 'for': ['rb', 'rbs', 'erb' }
|
||||||
" Text objects
|
" Text objects
|
||||||
Plug 'vim-scripts/argtextobj.vim' " arguments
|
Plug 'vim-scripts/argtextobj.vim' " arguments
|
||||||
Plug 'michaeljsmith/vim-indent-object' " indentation
|
Plug 'michaeljsmith/vim-indent-object' " indentation
|
||||||
|
Plug 'kana/vim-textobj-user' " create text objects
|
||||||
|
Plug 'kana/vim-textobj-entire' " entire buffer
|
||||||
|
|
||||||
" Extensions
|
" Extensions
|
||||||
Plug 'editorconfig/editorconfig-vim' " editorconfig
|
Plug 'editorconfig/editorconfig-vim' " editorconfig
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue