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
The bufferline appears as it did on nvim 10, transparent background.
Repro
vim.env.LAZY_STDPATH=".repro"load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec= {
-- add any other plugins here
},
})
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.0-dev-1638+gb8e947ed4e
Operating system/version
Arch Linux 6.12.10
Describe the bug
Steps To Reproduce
Using Lazyvim with default bufferline config:
Expected Behavior
The bufferline appears as it did on nvim 10, transparent background.
Repro
The text was updated successfully, but these errors were encountered: