Prevent vim from generating artefacts in .chezmoitemplates folder
Closed this issue · 1 comments
j-xella commented
.chezmoitemplates
is a quite sensitive folder, because
- chezmoi processes all the files there (note: this could soon improve)
- if there is something wrong with any of the templates, chezmoi may exit. And since
.chezmoitemplates
folder is checked at the very beginning, this may block most of chezmoi functionality.
I believe it would be better to automatically disable additional files that vim may generate (swaps, backups) when editing files in .chezmoitemplates
folder