neovim-flake/modules/treesitter/default.nix

12 lines
98 B
Nix
Raw Normal View History

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