mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-29 10:20:52 -05:00
Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Co-authored-by: piegames <git@piegames.de>
13 lines
188 B
Nix
13 lines
188 B
Nix
{
|
|
imports = [
|
|
./devshell.nix
|
|
./fmt.nix
|
|
./generate-all-maintainers
|
|
./git-hooks.nix
|
|
./package-tests.nix
|
|
./parse.nix
|
|
./template-tests.nix
|
|
./tests.nix
|
|
];
|
|
}
|