Skip to content

Provide support for running commands or sourcing .bashrc before launching remote nvim #229

Description

@tgharib

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions