This repository was archived by the owner on Mar 5, 2020. It is now read-only.

Description
The syntax for Go templates is:
You can control leading and trailing whitespace by adding -:
{{- .Variable}}
{{.Variable -}}
{{- .Variable -}}
That last variant conflicts with minisnip's g:minisnip_finalstartdelim, which is rather annoying.
I know this variable can be changed, but it seems to me that using a better default would be, well, better. Something like {{|- should be much more unique.
On the other hand, changing this would break compatibility for people with existing templates :-/
Not sure what the best course of action it. Either way, I thought I'd report it here.