Files
nixvim/lib
Matt Sturgeon a8943f2502 lib/options: allow pluginDefault in any helper
All helpers eventually go through `mkNullOrOption`, so we can move where
`pluginDefault` is handled there.

Added a private helper `processNixvimArgs` that can be used by any future
helper that needs to call `lib.mkOption` directly.

It might make sense to offer a `helpers.mkOption` which simply wraps
`lib.mkOption` but with support for custom args like `pluginDefault`?
2024-06-14 10:49:05 +01:00
..
2024-05-05 22:00:40 +02:00
2024-05-05 22:00:40 +02:00
2024-05-05 22:00:40 +02:00
2024-05-30 14:23:23 +02:00
2024-05-05 22:00:40 +02:00
2024-06-07 09:17:29 +01:00