1
0
Fork 0
mirror of https://github.com/akr2002/nv.git synced 2025-03-13 18:29:21 +00:00
nv/config/languages/treesitter/treesitter.nix
2024-03-04 19:53:00 +05:30

8 lines
121 B
Nix

{
plugins.treesitter = {
enable = true;
indent = true;
folding = true;
nixvimInjections = true;
};
}