nvf/modules/plugins/treesitter/default.nix

7 lines
86 B
Nix

{...}: {
imports = [
./treesitter.nix
./context.nix
./config.nix
];
}