mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Make our "extended" lib available to host modules as `_module.args.nixvimLib`. We didn't do this before because `helpers` was too generic of a name, but `nixvimLib` should be ok. { nixvimLib, ... }: { programs.nixvim.someOption = nixvimLib.nixvim.mkRaw "print('Hi')"; } |
||
---|---|---|
.. | ||
config-examples.md | ||
faq.md | ||
helpers.md | ||
install.md |