emmet-vim
emmet-vim copied to clipboard
Indentation issue
Typing div>button_ then ctrl-y results in:
<div><button></button></div>
instead of:
<div>
<button></button>
</div>