kevinhwang91 / rnvimr

Make Ranger running in a floating window to communicate with Neovim via RPC
BSD 3-Clause "New" or "Revised" License
804 stars 17 forks source link

Rendered picture is still on the screen after exiting rnvimr #62

Closed kanglcn closed 3 years ago

kanglcn commented 3 years ago

Ranger

Python

Pynvim

Ueberzug (optional)

RPC


**Describe the bug**
A clear and concise description of what the bug is.

Ranger rendered picture still on the screen after exiting rnvimr

Steps to reproduce the behavior:
1. open nvim using `nvim`
2. toggle rnvimr
3. using ranger browsing and previewing your images
4. toggle rnvimr

**Expected behavior**
The rendered image should also be closed after toggle rnvimr

**Screenshots**
<img width="510" alt="image" src="https://user-images.githubusercontent.com/62387227/103148518-844bdf80-479b-11eb-8133-644151af0137.png">
kevinhwang91 commented 3 years ago

Thanks for your feedback, I'm knowing this issue, but not sure someone cares about this. I will fix it later.

kevinhwang91 commented 3 years ago

Update the plugin will fix the issue.

kanglcn commented 3 years ago

Thank you for your so quick response! I also think it's not a big deal. But there are always completists like me ha ha.