AstroNvim / astroui

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

feat: add padding when icon not exists #30

Closed chaozwn closed 4 months ago

chaozwn commented 4 months ago

📑 Description

add padding when icon not exists

before: image

after: image

ℹ Additional Information

mehalter commented 4 months ago

This should go in your user configuration as we do not want the filename enabled by default. If you enable it you should just specify the padding

chaozwn commented 4 months ago

This should go in your user configuration as we do not want the filename enabled by default. If you enable it you should just specify the padding

This should go in your user configuration as we do not want the filename enabled by default. If you enable it you should just specify the padding

Not understood, the default does not display filename, just changed the padding allocation.

mehalter commented 4 months ago

The table existing enables the component.

mehalter commented 4 months ago

Make the change and run it in a default AstroNvim v4 environment and see the issue

chaozwn commented 4 months ago

Make the change and run it in a default AstroNvim v4 environment and see the issue

got it.