Does this feature allow me to open a directory/project on a remote machine so that it displays on my local nvim client?
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.