mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-17 07:52:47 +01:00
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`? |
||
|---|---|---|
| .. | ||
| autocmd-helpers.nix | ||
| builders.nix | ||
| default.nix | ||
| helpers.nix | ||
| keymap-helpers.nix | ||
| maintainers.nix | ||
| neovim-plugin.nix | ||
| options.nix | ||
| to-lua.nix | ||
| types.nix | ||
| utils.nix | ||
| vim-plugin.nix | ||