nixvimConfig/plugins/astroui/status/separators.nix

11 lines
262 B
Nix
Raw Normal View History

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