12 lines
185 B
Nix
12 lines
185 B
Nix
{
|
|
plugins.treesitter = {
|
|
enable = true;
|
|
folding = true;
|
|
nixvimInjections = true;
|
|
settings = {
|
|
highlight.enable = true;
|
|
indent.enable = true;
|
|
};
|
|
};
|
|
}
|