10 lines
158 B
Nix
10 lines
158 B
Nix
{
|
|
plugins.treesitter = {
|
|
enable = true;
|
|
autoLoad = true;
|
|
nixvimInjections = true;
|
|
settings = {
|
|
highlight.enable = true;
|
|
};
|
|
};
|
|
}
|