▲ 0 r/vim
Opening an HTML tag in Vim
In VS Code, when I type an HTML tag and press Enter, the editor automatically expands it like this:
<tag>|</tag>
After pressing Enter:
<tag>
|
</tag>
Is there a way to achieve the same behavior in Vim? Also, why isn’t this enabled by default?
u/InevitableFootball71 — 5 days ago