neovim-flake/modules/treesitter/default.nix

8 lines
86 B
Nix
Raw Normal View History

2023-03-31 17:47:17 +02:00
{...}: {
imports = [
./treesitter.nix
./context.nix
./config.nix
];
}