liquidz / vim-iced

Clojure Interactive Development Environment for Vim8/Neovim
https://liquidz.github.io/vim-iced/
MIT License
516 stars 35 forks source link

Close documentation popup window #450

Open devth opened 1 year ago

devth commented 1 year ago

After using K to view docstring on a function the popup window never goes away. How can we close it? Thanks.

liquidz commented 1 year ago

Doesn't it close when you move the cursor vertically?

If not, could you tell me your environment? (vim or nvim and its version)

devth commented 1 year ago

Nope, stays stuck on screen:

image image
nvim -v
NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@HMBRW-A-001-M1-004.local
liquidz commented 1 year ago

@devth Thanks! Hmm, I could not reproduce the problem in my environment.

NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by runner@Mac-1668417329633.local

It may affected by other plugins, so could you try minimal configuration? https://liquidz.github.io/vim-iced/#minimal_configuration

devth commented 1 year ago

Thanks for replying. I couldn't get the minimal config working. My nvim throws errors after following the https://liquidz.github.io/vim-iced/#minimal_configuration instructions and vim-iced isn't available after clearing the error.

image

I'm sure you're right and it's one of my plugins. I'll keep searching.