neovim-flake/modules/treesitter/default.nix

13 lines
115 B
Nix

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