11 lines
171 B
Nix
11 lines
171 B
Nix
{
|
|
programs.nixvim.plugins = {
|
|
treesitter = {
|
|
enable = true;
|
|
nixGrammars = true;
|
|
indent = true;
|
|
};
|
|
treesitter-context.enable = true;
|
|
};
|
|
}
|