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

Return before a brace #308

Open canel-rom1 opened 3 years ago

canel-rom1 commented 3 years ago

It's possible to have this solution? (only with brace)

Like this:

input: {|}       (press <CR> at |)
output: 
{
    |
}