6 lines
105 B
Nix
6 lines
105 B
Nix
{
|
|
plugins = {
|
|
treesitter = { enable = true; };
|
|
treesitter-context = { enable = true; };
|
|
};
|
|
}
|