nix-community.nixvim/wrappers
traxys 660c9319e1
wrappers: Extend and document the makeNixvim function (#86)
* wrappers: Allow to customize the nixpkgs used for nixvim

This allows to pass overlays and other such modifications of nixpkgs.

* wrappers: Allow to pass a custom module to nixvim

This is useful to be able to take full advantage of the Nix module
system, with `imports` and `options`.

* README: Update the documentation on the standalone usage

The following information were out of date or incomplete:

- The `build` function has be changed to the `makeNixvim` function.
- `makeNixvimWithModule` has been introduced in order to allow more
customization.
- Added a full example using nixvim in a standalone flake
2022-12-29 17:51:57 +00:00
..
hm.nix Use init.lua instead of init.vim (#64) 2022-11-07 15:59:10 +00:00
nixos.nix Use init.lua instead of init.vim (#64) 2022-11-07 15:59:10 +00:00
standalone.nix wrappers: Extend and document the makeNixvim function (#86) 2022-12-29 17:51:57 +00:00