mirror of
https://github.com/akr2002/nv.git
synced 2025-02-05 18:40:01 +00:00
9 lines
121 B
Nix
9 lines
121 B
Nix
|
{
|
||
|
plugins.treesitter = {
|
||
|
enable = true;
|
||
|
indent = true;
|
||
|
folding = true;
|
||
|
nixvimInjections = true;
|
||
|
};
|
||
|
}
|