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