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