1
0
Fork 0
mirror of https://github.com/akr2002/nv.git synced 2025-03-14 02:39:22 +00:00
nv/config/languages/treesitter/treesitter.nix

9 lines
121 B
Nix
Raw Normal View History

2024-03-04 14:23:00 +00:00
{
plugins.treesitter = {
enable = true;
indent = true;
folding = true;
nixvimInjections = true;
};
}