joukevandermaas / vim-ember-hbs

Ember Handlebars/HTMLBars plugin for Vim with indentation support
MIT License
46 stars 12 forks source link

unindent line when inserting {{ #15

Open bsylvain opened 3 years ago

bsylvain commented 3 years ago

How to reproduce : set up this text

{{#if true}}
  text text
{{/if}}

exit insert mode. put your cursor on the text line anywhere after the first t, insert {{ it will remove the indentation. If there is multiple lines of text it will only occurs on the first line after the handlebar tag.

housleyjk commented 1 year ago

Yeah, this irritates me to no end, but I've found that it disappears if the filetype is set to just plain handlebars instead of html.handlebars. Using plain ft=handlebars plays better with other plugins I'm using, so it's been a complete fix for me.