maximbaz / lightline-ale

ALE indicator for the lightline vim plugin
ISC License
248 stars 14 forks source link

fix wrong rendering #19

Closed cridemichel closed 4 years ago

maximbaz commented 4 years ago

Hi, you should set the desired spacing in the indicator label itself, see for example the definition of s:indicator_warning in the top of this file, the value ends with a space character - do the same 🙂

cridemichel commented 4 years ago

ok thank you!

Cristiano De Michele cristiano.demichele@gmail.com

Il giorno 20 gen 2020, alle ore 09:04, Maxim Baz notifications@github.com ha scritto:

Hi, you should set the desired spacing in the indicator label itself, see for example the definition of s:indicator_warning in the top of this file, the value ends with a space character - do the same 🙂

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maximbaz/lightline-ale/pull/19?email_source=notifications&email_token=ADU4YGSTGHU4CENYVRT7UX3Q6VLIBA5CNFSM4KI726KKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJLWQ4I#issuecomment-576153713, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADU4YGXSXJRN6VIMXD7ZGKDQ6VLIBANCNFSM4KI726KA.

maximbaz commented 4 years ago

cool, let me know if you have some questions 👍

closing since no code change is necessary on our side, everything is controllable via config