8 lines
117 B
Nix
8 lines
117 B
Nix
{
|
|
plugins = {
|
|
treesitter = {
|
|
enable = true;
|
|
settings = { highlight.enable = true; };
|
|
};
|
|
};
|
|
}
|