lib/utils: split into public and internal files

We will include the public file in the docs.
This commit is contained in:
Matt Sturgeon 2025-05-15 15:49:02 +01:00
parent 2ee5d71d52
commit 5cf8cb5ee6
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 351 additions and 346 deletions

View file

@ -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