Added setting to treesitter-context
This commit is contained in:
parent
f1298fb84e
commit
5eb5fd10c0
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
|||
plugins = {
|
||||
treesitter-context = {
|
||||
enable = true;
|
||||
settings.zindex = 5;
|
||||
settings = {
|
||||
zindex = 5;
|
||||
trim_scope = "outer";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue