1
0
Fork 0
NixOS/hosts/totsugeki/development/nixvim/treesitter.nix
2024-03-18 23:39:38 +01:00

7 lines
142 B
Nix

{ ... }: {
programs.nixvim.plugins.treesitter = {
enable = true;
indent = true;
nixvimInjections = true;
};
}