mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 09:36:10 +02:00
lib/extend-lib.nix returns a nixpkg's lib extended with our own helpers. This is exposed as `helpers.extendedLib`, but when evaluating our modules it should be assigned to `specialArgs.lib`. Outside of our modules you must still access our helpers via `config.lib.nixvim` or `config.lib.nixvim.extendedLib`. Within helpers' sub-sections, `lib` is the extended lib. |
||
---|---|---|
.. | ||
autocmd-helpers.nix | ||
builders.nix | ||
default.nix | ||
deprecation.nix | ||
extend-lib.nix | ||
helpers.nix | ||
keymap-helpers.nix | ||
maintainers.nix | ||
neovim-plugin.nix | ||
options.nix | ||
to-lua.nix | ||
types.nix | ||
utils.nix | ||
vim-plugin.nix |