nanozuki / tabby.nvim

A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
MIT License
570 stars 20 forks source link

Missing guibg #67

Closed SuperFola closed 2 years ago

SuperFola commented 2 years ago

Hello,

I'm using neovim 0.7.0, with vim plug. I was able to install tabby without any problem, but it won't launch, and by using :lua require("tabby").setup(), it will always output the following error, guibg= wasn't provided. This looks like #55 but after looking at the code it could be because there is a nil check here (https://github.com/nanozuki/tabby.nvim/blob/main/lua/tabby/module/highlight.lua#L45) but no empty string check?

Capture d’écran 2022-07-05 à 10 08 21
SuperFola commented 2 years ago

I didn't update the plugin between yesterday and this morning, this is now working ; thanks for the plugin, it is good!