1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-26 05:39:47 +01:00
neovim-flake/modules/treesitter/default.nix
2023-03-31 18:47:17 +03:00

7 lines
86 B
Nix

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