nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

add overseer.nvim (WIP)

Open PowerUser64 opened this issue 1 year ago • 3 comments

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

PowerUser64 avatar Jun 26 '24 01:06 PowerUser64

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).

MattSturgeon avatar Jun 26 '24 08:06 MattSturgeon

@PowerUser64 do you want further help with this ?

GaetanLepage avatar Jul 03 '24 06:07 GaetanLepage

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.

PowerUser64 avatar Jul 03 '24 16:07 PowerUser64

Followed up in #2249

GaetanLepage avatar Sep 15 '24 12:09 GaetanLepage