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)
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)