8 lines
105 B
Nix
8 lines
105 B
Nix
{
|
|
plugins = {
|
|
treesitter-context = {
|
|
enable = true;
|
|
settings.zindex = 5;
|
|
};
|
|
};
|
|
}
|