6 releases
| 0.1.5 | Mar 30, 2026 |
|---|---|
| 0.1.4 | Sep 20, 2025 |
| 0.1.3 | Jul 20, 2025 |
| 0.1.2 | Feb 24, 2025 |
| 0.1.0 | Nov 6, 2023 |
#8 in #nvim
66 downloads per month
9KB
158 lines
Derive macro for setting groups.
This macro will generate a SettingGroup implementation for the struct it is applied to.
It will also generate an enum with the name {StructName}Changed that contains a variant for
each field in the struct. The enum will be used to send events when a setting is changed.
Neovide-Derive
Derive macros for Neovide
Dependencies
~390–790KB
~15K SLoC