Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for bufferline in nvim 0.10.1 #3

Open
sasja-san opened this issue Oct 14, 2024 · 2 comments
Open

Fix for bufferline in nvim 0.10.1 #3

sasja-san opened this issue Oct 14, 2024 · 2 comments

Comments

@sasja-san
Copy link

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

version = "v3.*",

with

tag = "v4.7.0",

Don't know if this is a good fix, but it removed my error, at least.

@frans-johansson
Copy link
Owner

Feel free to open a pull request with the changes and I'll try to take a look at this when I get the time! 👍

@sasja-san
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants