Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not work with folke/zen-mode.nvim #10

Open
aserowy opened this issue May 27, 2021 · 1 comment
Open

does not work with folke/zen-mode.nvim #10

aserowy opened this issue May 27, 2021 · 1 comment

Comments

@aserowy
Copy link

aserowy commented May 27, 2021

Heho,

going into zen mode renders the overlay on top of it. Thus you are not seeing the float (only the cursor).

image

kind regards

Alexander

@sioonhho
Copy link

sioonhho commented Aug 2, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants