Missing guibg
Closed this issue · 1 comments
SuperFola commented
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?
SuperFola commented
I didn't update the plugin between yesterday and this morning, this is now working ; thanks for the plugin, it is good!