nanozuki/tabby.nvim

Missing guibg

Closed this issue · 1 comments

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

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