You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First off, thanks for this plugin; it's beautiful.
I'm struggling to get a non-default configuration of this plugin going. I've included the code chunk in the README at the beginning of my plugins.lua, and it does successfully load the lsp_progress component in lualine, but I actually had to modify lualine-lsp-progress's source to change the default-if-unset symbol from the block to the moon (which is, incidentally fabulous - I assume a reference to Lua meaning 'moon').
Anyway, relevant config below. This does not work - I still get the block spinners, instead of the moons.
Hello, it looks like your using packer lazy loading. Since lualine_config is defined as a local variable, when packer executes its compiled script it doesn't see anything outside the scope of your config function.
On Thu, Oct 28, 2021 at 9:02 PM arkav ***@***.***> wrote:
Hello, it looks like your using packer lazy loading. Since lualine_config
is defined as a local variable, when packer executes its compiled script it
doesn't see anything outside the scope of your config function.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADNGGJMH4NXQHUPF6KOV3TUJIME7ANCNFSM5GUDSYSA>
.
Hi! First off, thanks for this plugin; it's beautiful.
I'm struggling to get a non-default configuration of this plugin going. I've included the code chunk in the README at the beginning of my
plugins.lua
, and it does successfully load thelsp_progress
component inlualine
, but I actually had to modifylualine-lsp-progress
's source to change the default-if-unset symbol from the block to the moon (which is, incidentally fabulous - I assume a reference to Lua meaning 'moon').Anyway, relevant config below. This does not work - I still get the block spinners, instead of the moons.
plugins.lua
I assume I'm making a silly mistake, which will likely become obvious when you point it out. Thanks!
The text was updated successfully, but these errors were encountered: