mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 10:44:34 +02:00
lib/utils: split into public and internal files
We will include the public file in the docs.
This commit is contained in:
parent
2ee5d71d52
commit
5cf8cb5ee6
3 changed files with 351 additions and 346 deletions
|
@ -24,7 +24,7 @@ lib.makeExtensible (
|
|||
modules = call ./modules.nix { inherit flake; };
|
||||
options = call ./options.nix { };
|
||||
plugins = call ./plugins { };
|
||||
utils = call ./utils.nix { inherit _nixvimTests; };
|
||||
utils = call ./utils.nix { inherit _nixvimTests; } // call ./utils.internal.nix { };
|
||||
|
||||
# Top-level helper aliases:
|
||||
# TODO: deprecate some aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue