Closed omhland closed 2 years ago
Hi, yes this is a bug.
The reason is that I'm using importlib.resources.files
, which was not added until Python 3.9. I'm therefore using the backported package importlib_resources
for older versions of Python, but my implementation of the import fallback was a bit off.
I've made a fix (ce39d71636b054bb827b6779d19671d27d1a4cd8) and pushed a new release to PyPI - let me know if it works.
Hi, it didn't work any better but tried installing with 3.9 and that worked like a charm. I can give you more environment info if you need it, but I will call it a day.
BTW, can you use this to open files in an existing vim session (by default)?
It looks like it should be possible to do that using neovim-remote. You'd have to configure your rifle
to open files using nvr
.
Hi, the installation does not work for me.
python -m ranger_tmux install
yieldsI've tried downloading both
ranger-tmux
andranger_tmux
. Is this a bug? Or is there any unlisted installation requirements?Note that this is the first ranger plugin that I am installing.