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
I am using nvim 0.8 , installed latest winbar from master.
When using default setup() , start up nvim, got "attempt to index a nil value(opts)" error at line 10.
however if using copy whole default setup opts as setup method argument, it works fine.
checked init.lua source code, line 10 if opts.enabled == true then
maybe need add nil check here for opts
The text was updated successfully, but these errors were encountered:
I am using nvim 0.8 , installed latest winbar from master.
When using default setup() , start up nvim, got "attempt to index a nil value(opts)" error at line 10.
however if using copy whole default setup opts as setup method argument, it works fine.
checked init.lua source code, line 10
if opts.enabled == true then
maybe need add nil check here for opts
The text was updated successfully, but these errors were encountered: