Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

Does not auto indent when input the braces on javascript #216

Open KiYugadgeter opened 9 years ago

KiYugadgeter commented 9 years ago

When I enter the brace and newline, this plugin does not auto indent. When I use arrow function in ES6 standard, does not autoindent.

{
    |
}