I read about the plugin on r/vim and I like the minimalism. There is an issue though.
Suppose I created the following snippet in a file _java_if:
Now when I expand the snippet in a java file, only the first line (if...) is indented properly. The rest of the text starts from the beginning of the line, which is unexpected.
Am I missing something?
I read about the plugin on r/vim and I like the minimalism. There is an issue though.
Suppose I created the following snippet in a file
_java_if:Now when I expand the snippet in a java file, only the first line (
if...) is indented properly. The rest of the text starts from the beginning of the line, which is unexpected.Am I missing something?