mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 20:18:07 +01:00
12 lines
138 B
Nix
12 lines
138 B
Nix
{ ... }:
|
|
{
|
|
plugins.treesitter = {
|
|
enable = true;
|
|
settings = {
|
|
highlight = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|