Marcin P. Wróbel
Marcin P. Wróbel
> I just got an idea: How about making a master window full screened, transparent and decorationless, than just add a normal giu.Window? Then we need mouse passthrough I think....
I looked into this and concluded that it's caused by `config.colors()` function being called from a deferred function (`setup()`), more precisely these 3 lines: ``` vim.cmd("hi def TodoBg" .. kw...
If it runs when you open it from shell, it's most likely caused by the `PATH` variable. Be careful where you add the path containing `nvim` executable to the `PATH`....