meuter / lualine-so-fancy.nvim

Small collection of _fancy_ components for the lualine.nvim plugin.
MIT License
73 stars 4 forks source link

fix: do not abuse separator #3

Closed fecet closed 10 months ago

fecet commented 10 months ago

Use a different name with separator to avoid side effects that add a "," for next components of lualine

meuter commented 10 months ago

Hi,

Not sure exactly what this PR fixes. Could you give an example of what the problematic behaviour is? maybe a sample config and maybe a screenshot?

Thanks!

fecet commented 10 months ago

this is the default behavior, there is a extra "," if there exist other components in the right image

meuter commented 10 months ago

Thanks! I have not experienced this; but I have not updated my config in a few months 😄

image

I'll take a look over the week-end. Before merging the PR, the README needs to be adapted as it's a breaking change.

meuter commented 10 months ago

I did indeed reproduce it and your fix works as expected! Thanks!