nix-community.nixvim/docs
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
..
man docs/user-guide: add configuration examples 2024-05-30 21:32:42 +02:00
mdbook docs: call evalModules in one place 2024-08-02 14:38:38 +01:00
modules standalone: rename nixvimExtend to extend 2024-07-01 15:54:29 +01:00
user-guide wrappers: add our lib to the host's _module.args 2024-08-22 13:19:59 +01:00
default.nix docs: call evalModules in one place 2024-08-02 14:38:38 +01:00