nixvim/config/treesitter-context.nix

8 lines
105 B
Nix

{
plugins = {
treesitter-context = {
enable = true;
settings.zindex = 5;
};
};
}