Open mattthhh opened 1 month ago
Possibly could be handled by single-file mode.
The larger topic of remote handling is tracked in https://github.com/neovim/neovim/issues/21635
hmm. to enable LSP to detect the root directory when opening files with scp:// in Neovim, activate single-file mode or manually set the root_dir parameter...
Description
Hello, i'm using a lot scp to open and editing my files remotely. To open them, I always precise the path of the remote file in the CLI as :
nvim scp://remoteserv/file.txt
But when I do this, my LSP doesn't load and I think this is because it cannot find the root directory (or getting to single file mode). That is the output of my LspInfo :
Is there a way to fix that ?