neovim-flake/modules/treesitter/default.nix

10 lines
90 B
Nix
Raw Normal View History

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