11 lines
262 B
Nix
11 lines
262 B
Nix
|
|
# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astroui_status.lua#L94-L102
|
||
|
|
{
|
||
|
|
none = [ "" "" ];
|
||
|
|
left = [ "" " " ];
|
||
|
|
right = [ " " "" ];
|
||
|
|
center = [ " " " " ];
|
||
|
|
tab = [ "" " " ];
|
||
|
|
breadcrumbs = " ";
|
||
|
|
path = " ";
|
||
|
|
}
|