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
Just came across this problem as well, but it's fixable. If you set the on_open and on_close functions in the configuration for zen-mode.setup() to call shade.toggle(), they work together perfectly. shade.toggle() does print "off" and "on" depending on the current state, I have vim.cmd(":silent lua require'shade'.toggle()"), so I don't get that output.
Heho,
going into zen mode renders the overlay on top of it. Thus you are not seeing the float (only the cursor).
kind regards
Alexander
The text was updated successfully, but these errors were encountered: