By default vim
aligns lines inside LI tags on the same position as the position of LI tag, but I want the contents of LI to have deeper indentation.
Current behaviour:
<LI>
first line
second line
I want:
<UL>
first line
second line
Is this possible?