LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.18k forks source link

E5248 because of typo in bufferline.lua #312

Closed darcyparker closed 1 year ago

darcyparker commented 1 year ago

https://github.com/LunarVim/Neovim-from-scratch/blob/master/lua/user/bufferline.lua#L75

For nvim 0.9, this line should be: fg = { attribute = "fg", highlight = "Visual" }

Otherwise there is an E5248 error when starting nvim. See discussion here: https://github.com/akinsho/bufferline.nvim/issues/724#issuecomment-1501185320

gnmearacaun commented 1 year ago

thank-you very much.

We're v9.0 ready!