jiangmiao / auto-pairs

Vim plugin, insert or delete brackets, parens, quotes in pair
http://www.vim.org/scripts/script.php?script_id=3599
4.11k stars 373 forks source link

Ruby block configuration #276

Open giddie opened 4 years ago

giddie commented 4 years ago

If there's already a way to configure this, I can't see it:

What I want:

array.map {|x|
 | 
}

What I get out of the box:

array.map {|x|
|}
uunnxx commented 4 years ago

If there's already a way to configure this, I can't see it:

What I want:

array.map {|x|
 | 
}

What I get out of the box:

array.map {|x|
|}

Did you figure out already ? I've this issue too :(

giddie commented 4 years ago

Nope; I don't have a solution for this yet.