mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 12:47:00 +01:00
12 lines
136 B
Nix
12 lines
136 B
Nix
{ ... }:
|
|
{
|
|
programs.nixvim.plugins.treesitter = {
|
|
enable = true;
|
|
settings = {
|
|
highlight = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|