neovim-flake/modules/treesitter/default.nix

8 lines
86 B
Nix

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