mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
12 lines
191 B
Nix
12 lines
191 B
Nix
{
|
|
imports = [
|
|
./devshell.nix
|
|
./fmt.nix
|
|
./generate-all-maintainers
|
|
./git-hooks.nix
|
|
./list-plugins
|
|
./package-tests.nix
|
|
./template-tests.nix
|
|
./tests.nix
|
|
];
|
|
}
|