kevinhwang91 / rnvimr

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

Question about Ueberzug #134

Closed farzadmf closed 1 year ago

farzadmf commented 1 year ago

Sorry if I'm not following the template, since it's mostly a question rather than a bug.

Now that ueberzug is gone (literally!), I was wondering what happens with the dependency this plugin has on it. I know it's optional, but still 🙂

Is there any fork of Ueberzug that can be used?

Thank you and again, apologies for not filling out the template. Feel free to not answer 🙂

kevinhwang91 commented 1 year ago

Is there any fork of Ueberzug that can be used?

Not yet, but pip3 install ueberzug should work.

You can install it from source code: git clone git@github.com:seebye/ueberzug.git && cd ueberzug && git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) && pip3 install .

farzadmf commented 1 year ago

Nice, thanks for your (super quick) answer