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

Integration w/ Other File Managers #90

Closed is0n closed 3 years ago

is0n commented 3 years ago

Is your feature request related to a problem? Please describe. My feature request is not related to a bug.

Describe the solution you'd like I would like to be able to configure rnvimr in a way that allows the usage of a different file manager.

Example: let g:rnvimr_executable = "file manager of choice"

Describe alternatives you've considered Using a floating terminal plugin w/ the file manager of my choice, however, I have found that when I open a file from within a terminal plugin, it opens it in a new instance of neovim (located inside of the terminal) instead of opening a new buffer with the selected file.

I have not found a plugin for neovim that supports the file manager of my choice (that file manager being joshuto)

Additional context I have attempted to use nvim-toggleterm.lua w/ neovim-remote and I have only been somewhat successful (view my issue for more info)

kevinhwang91 commented 3 years ago

https://github.com/kevinhwang91/rnvimr/issues/87