Added setting to treesitter-context

This commit is contained in:
EsVagy42 2026-03-11 20:10:13 +01:00
parent f1298fb84e
commit 5eb5fd10c0

View file

@ -2,7 +2,10 @@
plugins = { plugins = {
treesitter-context = { treesitter-context = {
enable = true; enable = true;
settings.zindex = 5; settings = {
zindex = 5;
trim_scope = "outer";
};
}; };
}; };
} }