Is your feature request related to a problem? Please describe.
I am trying to use another plugin kokusenz/deltaview.nvim with this plugin. When I use that plugin, I get /bin/bash: line 1: delta: command not found error. This plugin works fine when I am not using remote-nvim.nvim.
The reason is because I have this line: eval "\$(~/.local/bin/mise activate bash)" in my .bashrc on the remote server which exposes the delta utility. But this is not being called when running remote-nvim.
Describe the solution you'd like
The ability to set commands to run before the remote neovim is started.
Describe alternatives you've considered
I didn't see the ability to do this in the advanced configuration.
Additional context
Is your feature request related to a problem? Please describe.
I am trying to use another plugin
kokusenz/deltaview.nvimwith this plugin. When I use that plugin, I get/bin/bash: line 1: delta: command not founderror. This plugin works fine when I am not usingremote-nvim.nvim.The reason is because I have this line:
eval "\$(~/.local/bin/mise activate bash)"in my.bashrcon the remote server which exposes thedeltautility. But this is not being called when runningremote-nvim.Describe the solution you'd like
The ability to set commands to run before the remote neovim is started.
Describe alternatives you've considered
I didn't see the ability to do this in the advanced configuration.
Additional context