mirror of
https://github.com/akr2002/nv.git
synced 2024-11-12 20:19:45 +00:00
9 lines
121 B
Nix
9 lines
121 B
Nix
|
{
|
||
|
plugins.treesitter = {
|
||
|
enable = true;
|
||
|
indent = true;
|
||
|
folding = true;
|
||
|
nixvimInjections = true;
|
||
|
};
|
||
|
}
|