You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.