mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-31 10:16:24 -05:00
Allow passing in `key` and `action` as either bool or an attrset. If `false`, the option is omitted. If `true` or an attrset, the option is included. If an attrset is used, it will update the default `mkOption` args. This is useful for overriding `type` or adding an `example`.