-
Hi, I'm very new to both testing and this beautiful plugin. I only read the nice tutorials.md at the time I'm typing. Based on my current understanding of this section tutorials.md#build-a-c-file, one can only customize the path with a fixed parent |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you want to load templates by passing in a string, then they must be at the overseer.register_template(require("path.to.my.template")) |
Beta Was this translation helpful? Give feedback.
If you want to load templates by passing in a string, then they must be at the
lua/overseer/template/
path. If you want to load them from somewhere else, you'll just have torequire
it yourself and pass in the definition directly (see "directly registering" of custom tasks).