AstroNvim / astroui

UI Configuration Engine built for AstroNvim
https://AstroNvim.com
GNU General Public License v3.0
19 stars 9 forks source link

fix(status): prevent left padding from being overriden by children #16

Closed loichyan closed 4 months ago

loichyan commented 4 months ago

📑 Description

The left padding is inserted as children[1], but the first child overrides children[1], causing the left padding to become ineffective.