The directory structure for my emmet: ``` vim ~/.vim/bundle/emmet-vim/syntaxProfiles.json { "html": { "tag_nl": "true" } } ``` Edit html file with vim now,it is surprised that each tag is not on new line,why?
The directory structure for my emmet:
Edit html file with vim now,it is surprised that each tag is not on new line,why?