1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-16 22:11:09 +01:00
This commit is contained in:
Matt Sturgeon 2025-11-08 00:10:25 +00:00 committed by GitHub
commit 7e01fa0f02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 141 additions and 0 deletions

View file

@ -26,6 +26,7 @@ lib.makeExtensible (
options = call ./options.nix { };
plugins = call ./plugins { };
utils = call ./utils.nix { inherit _nixvimTests; } // call ./utils.internal.nix { };
version = call ./version.nix { inherit flake; };
# Top-level helper aliases:
# TODO: deprecate some aliases