neovim-flake/modules/treesitter/default.nix

8 lines
79 B
Nix

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