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