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