11 lines
160 B
Nix
11 lines
160 B
Nix
{ ... }:
|
|
{
|
|
programs.nixvim.plugins.treesitter = {
|
|
enable = true;
|
|
settings = {
|
|
auto_install = true;
|
|
highlight.enable = true;
|
|
};
|
|
};
|
|
}
|