conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
victorb 2020-10-16T12:01:33.167700Z

Any way I can disable conjure blocking exiting nvim in this case?

Olical 2020-10-17T09:51:17.169100Z

Yeah, you have to close the floating window and then quit. I can't think of another way around this right now... maybe on vimleave or tab close I could close the HUD :thinking_face: I'll have a look. The buffer and window are already scratch, so they shouldn't ask questions if you try and kill them, it's just a weird interplay in having floating windows as the last thing open.

Olical 2020-10-17T09:59:47.169300Z

Hmm what's odd is that I can't reproduce it, if the HUD is my last window and I :q or :qa it'll close. I think I've seen this when I try to close a tab though?

Olical 2020-10-17T10:01:59.169500Z

Might've fixed it 👀

Olical 2020-10-17T10:03:05.169700Z

On develop

victorb 2020-10-17T11:06:47.170700Z

Hah 😄 Steps to reproduce: Be in one clojure file, open a new one in a new window, evaluate buffer (Leader > e > b) then directly after do :q and I see that warning

victorb 2020-10-17T11:07:15.170900Z

my current way of developing, forgetting to evaluate files, leads me to open up new windows, evaluate the entire buffer then trying to close this, so I hit this maybe twice a day or something

2020-10-16T12:40:52.168Z

:qa ?

victorb 2020-10-16T15:00:03.168200Z

I'm pretty sure :qa was what triggered the state from the screenshot

berkeleytrue 2020-10-16T15:49:54.168400Z

I've run into this issue with other floating window plugins. Sometimes it gets stuck open and I can't close the main window.

berkeleytrue 2020-10-16T15:50:48.168600Z

not sure what the solution would be in this case. Does opening the split buffer close the floating one?

victorb 2020-10-16T16:54:36.168800Z

yeah, I think most movements/actions would close the floating one, it's a small annoyance really, nothing major blocking me from working 🙂