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

Using/migrating rnvimr for other file managers? #158

Closed mostafaqanbaryan closed 4 months ago

mostafaqanbaryan commented 5 months ago

First of all, Thank you for this great plugin. This plugin is really awesome and I'm so addicted to it that cannot change my default editor anymore. But as you might know, there are some other (faster) file managers other than ranger. There are some good plugins like is0n/fm-nvim that support many editors, but after using rnvimr, the lack of features (rpc like) is killing me. So I wanted to know, is there any plan for migrating to any other file managers or its possible at all? (I know that you're doing a lot of things in python on ranger side, but I don't know if it's possible on other file managers)

kevinhwang91 commented 4 months ago

No plan. The performance of ranger is poor, but it's sufficient for me. Even though others have better performance, they are still in development, and I actually have no time to create the file manager plugin for them.

However, I believe the authors of the file manager will develop the nvim plugin because nvim is popular, and this plugin will inspire them.