frans-johansson / lazy-nvim-starter

A somewhat minimal but structured jumping-off point for Neovim with Lazy.nvim
MIT License
80 stars 6 forks source link

Fix for bufferline in nvim 0.10.1 #3

Open sasja-san opened 6 hours ago

sasja-san commented 6 hours ago

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 commented 2 hours ago

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! 👍