nix-community.nixvim/lib
Matt Sturgeon 491ca5cf51
lib: provide an "extended lib" to our modules
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.
2024-08-02 14:33:59 +01:00
..
autocmd-helpers.nix lib/helpers: build recursively 2024-07-28 22:30:11 +01:00
builders.nix modules/performance: add ability to byte compile lua configuration files 2024-07-31 11:31:40 +00:00
default.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
deprecation.nix lib/helpers: call with auto-args 2024-07-28 22:51:24 +01:00
extend-lib.nix lib: provide an "extended lib" to our modules 2024-08-02 14:33:59 +01:00
helpers.nix lib: provide an "extended lib" to our modules 2024-08-02 14:33:59 +01:00
keymap-helpers.nix lib/helpers: build recursively 2024-07-28 22:30:11 +01:00
maintainers.nix maintainers: add GGORG 2024-07-25 13:40:08 +02:00
neovim-plugin.nix lib/helpers: build recursively 2024-07-28 22:30:11 +01:00
options.nix lib/options: remove with helpers 2024-08-01 17:55:03 +01:00
to-lua.nix lib/to-lua: handle derivations as path strings 2024-07-22 13:24:16 +01:00
types.nix lib/helpers: call with auto-args 2024-07-28 22:51:24 +01:00
utils.nix lib/helpers: build recursively 2024-07-28 22:30:11 +01:00
vim-plugin.nix lib/helpers: build recursively 2024-07-28 22:30:11 +01:00