add overseer.nvim (WIP)
This is a dependency of compiler.nvim and a plugin of its own. Not done yet.
TODO:
- [ ] Finish translating options
- [ ] Write a test using all options
Looks good at first glance, thanks!
Let us know if there's anything in particular you need help or guidance with.
- Finish translating options
Don't feel you need to have nix options for all plugin options; remember settings is "freeform", so anything can be configured even if there's no corresponding option.
Having an option just provides documentation and type-checking.
- Write a test using all options
It's nice to have example test cases and/or tests for specific usages. Generally "defaults" is the only one that usually covers all options.
Note that tests (and settingsExample) can contain config that you haven't created an explicit option for (because settings is freeform).
@PowerUser64 do you want further help with this ?
Yeah, this feels slightly overwhelming. Especially for my first PR. If you want to finish it off I think that would be best. Thanks for asking.
Followed up in #2249