mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 05:21:04 +00:00
Add textobj-rubyblock
This commit is contained in:
parent
d9a679204b
commit
b59c89856b
1 changed files with 6 additions and 0 deletions
6
lua/plugins/textobj-rubyblock.lua
Normal file
6
lua/plugins/textobj-rubyblock.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
-- vib -- select inside block
|
||||||
|
-- vab - select outside block
|
||||||
|
return {
|
||||||
|
"nelstrom/vim-textobj-rubyblock",
|
||||||
|
dependencies = "kana/vim-textobj-user",
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue