1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00
nixvim/flake/dev/default.nix
Gaetan Lepage d01e1c17e2 dev/list-plugins: drop
As no more plugins are declared using the legacy approach, the
list-plugins.py script has lost its use. Let's drop it altogether.
2025-11-06 13:53:54 +00:00

11 lines
172 B
Nix

{
imports = [
./devshell.nix
./fmt.nix
./generate-all-maintainers
./git-hooks.nix
./package-tests.nix
./template-tests.nix
./tests.nix
];
}