Shade.nvim icon indicating copy to clipboard operation
Shade.nvim copied to clipboard

does not work with folke/zen-mode.nvim

Open aserowy opened this issue 3 years ago • 1 comments

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

aserowy avatar May 27 '21 04:05 aserowy

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.

sioonhho avatar Aug 02 '21 23:08 sioonhho