nix-community.nixvim/docs/user-guide
Matt Sturgeon 511a328aa3
wrappers: add our lib to the host's _module.args
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')";
    }
2024-08-22 13:19:59 +01:00
..
config-examples.md config-examples: fix typo 2024-07-27 15:14:06 -05:00
faq.md docs: Add a section of *Package options 2024-07-19 22:46:32 +02:00
helpers.md wrappers: add our lib to the host's _module.args 2024-08-22 13:19:59 +01:00
install.md flake/legacyPackages: simplify makeNixvim, making it more powerful 2024-06-29 22:15:45 +01:00