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
Hello!
I was trying to write my configuration using lazy.nvim. I was getting a lot of "In progress... WARN" messages #295 haskell-tools and I was trying to fix it. When I used the following config, it did not do anything and instead gave me an error that there was an unknown option. Any help? Thank you!
Jason
I'm having a similar issue and I'm on the latest commit:
[WARN Thu Nov 23 19:52:48 2023] /lua/fidget.lua:20: Encountered unknown options during setup():
[WARN Thu Nov 23 19:52:48 2023] /lua/fidget.lua:22: - unknown option: window
I think a more recent update caused the issue because it stopped working after I did an update, haven't changed my config in ages except for swapping blend for winblend since I noticed that API change during my troubleshooting:
Hello!
I was trying to write my configuration using lazy.nvim. I was getting a lot of "In progress... WARN" messages #295 haskell-tools and I was trying to fix it. When I used the following config, it did not do anything and instead gave me an error that there was an unknown option. Any help? Thank you!
Jason
plugins.lua
{ "j-hui/fidget.nvim", opts = { progress = { ignore_empty_message = true } } },
The text was updated successfully, but these errors were encountered: