1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-07 11:19:48 +01:00
neovim-flake/modules/plugins/treesitter/default.nix

10 lines
103 B
Nix
Raw Normal View History

{
imports = [
# treesitter extras
./ts-context
./treesitter.nix
./config.nix
];
}