nixvimConfig/plugins/astroui/status/separators.nix
2024-06-07 17:12:52 +02:00

10 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 = " ";
}