How to use neovim remote feature

164 Views Asked by At

nvim --remote flag

  1. Does this feature allow me to open a directory/project on a remote machine so that it displays on my local nvim client?

  2. If yes, how exactly to achieve this given that I'm using ssh to connect to a remote? I can't understand this from documentation.

I tried mounting the pipe via sshfs on a local machine but that didn't work.

I know nvim scp://.... exists but I'm looking for a way to open an entire project and nvim scp only works for single files. Ideally, I want all my plugins to work, including LSP.

0

There are 0 best solutions below