11 lines
156 B
Nix
11 lines
156 B
Nix
{
|
|
plugins = {
|
|
treesitter-context = {
|
|
enable = true;
|
|
settings = {
|
|
zindex = 5;
|
|
trim_scope = "outer";
|
|
};
|
|
};
|
|
};
|
|
}
|