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
Sorry, I'm doing too many changes to your config. It doesn't even resemble what it once was. I have absolutely no clue as to what I'm doing so any patches I want to make will be shit. Sorry.
I can also add that which-key got a new version and what's in this repo breaks with v3.
fix:
Either add
version = "2.1.0",
to which-key.lua or figure out how it should be loaded in v3.
For one thing the register() function has been deprecated in favor of add(). Or it's resolved with using a spec option when loading (instead of sticking it all in config).
As I wrote before. I barely know what I'm doing. I'm just reporting errors I find (and fail to fix) up to you, the maintainer.
With just this config and by using nvim v. 0.10.1 you get a loading error spouting of about bad scheme syntax in
query.sch
or some such nonsense.I found that changing
/lua/plugins/bufferline.lua
in this way removed the issue:Replace
with
Don't know if this is a good fix, but it removed my error, at least.
The text was updated successfully, but these errors were encountered: