8 lines
236 B
Nix
8 lines
236 B
Nix
|
|
# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astroui_status.lua#L111-L116
|
||
|
|
{
|
||
|
|
file_icon = {
|
||
|
|
tabline.__raw = "function(self) return self.is_active or self.is_visible end";
|
||
|
|
statusline = true;
|
||
|
|
};
|
||
|
|
}
|