remote-nvim.nvim icon indicating copy to clipboard operation
remote-nvim.nvim copied to clipboard

use of this plugin in HPC without sudo access

Open hidehitofukushima opened this issue 5 months ago • 1 comments

Hi there, I'm using HPC, and I'd like to use neovim as chief editor I do NOT have sudo access there, so I'm wondering if anything goes wrong when using this plugin and configureing neovim in remote environment. I'd appreciate any advice. Thank you in advance.

hidehitofukushima avatar Jul 15 '25 08:07 hidehitofukushima

This plugin does not try to install anything on your system. It downloads the Neovim binary in your home directory in the folder .remote-nvim. It does not try to write anywhere outside that directory. If you chose to, you can also install binaries on your local and then SSH it over to your remote system. Hope this helps!

If there are any specific questions, I would be happy to answer those. I have not worked with HPCs so I would need your help regarding that.

amitds1997 avatar Aug 22 '25 05:08 amitds1997