output: format init.lua

This commit is contained in:
Matt Sturgeon 2024-04-13 08:40:47 +01:00
parent 3a4de0bb2f
commit 21c233919d
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 34 additions and 1 deletions

View file

@ -4,6 +4,7 @@
_nixvimTests,
...
}: let
nixvimBuilders = import ./builders.nix {inherit lib pkgs;};
nixvimTypes = import ./types.nix {inherit lib nixvimOptions;};
nixvimUtils = import ./utils.nix {inherit lib _nixvimTests;};
nixvimOptions = import ./options.nix {inherit lib nixvimTypes nixvimUtils;};
@ -20,3 +21,4 @@ in
}
// nixvimUtils
// nixvimOptions
// nixvimBuilders