mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-27 20:51:05 +01:00
The deprecation warning for the keymap-submocule `lua` option relied on `getSubOptions`, however this is fundamentally flawed because that function returns uses a different module eval from the one that merges submodule definitions. Since definitions are not used by `getSubOptions`, `options.lua.isDefined` will never be true. Instead, we have two choices: 1. Add a `luaIsDefined` option to the keymap submodule 2. Use the new v2 merge's `valueMeta` to access the actual module eval |
||
|---|---|---|
| .. | ||
| colorschemes | ||
| example-configurations | ||
| modules | ||
| plugins | ||
| env.nix | ||
| examples.nix | ||
| extended-lib.nix | ||