Add native Windows support
I'm getting this error when I try to connect to my server:
Connection failed: 'sshfs'
It seems that the sshfs does not work but actually I can use sshfs seperately. I tried the telescope way and the command way, both gave me this error.
I've checked the internet and it seems no one has the issue...
I wonder if this is because i'm using windows and winfsp for SSHFS-Win for sshfs, since the constructed sshfs command could be different..
I’m completely new to lua so I don't know what's the value of sshfs_cmd. On Win, a typical sshfs connection command is like:
net use X: \\sshfs.k\user@server[!port]
Hey! Sorry you are running into some issues... What are you using to launch Neovim? Are you using WSL at all or just raw Neovim in Windows. If the latter, I may have to specifically add support for Windows, at the moment it may only work for *nix environments.
Hey! Sorry you are running into some issues... What are you using to launch Neovim? Are you using WSL at all or just raw Neovim in Windows. If the latter, I may have to specifically add support for Windows, at the moment it may only work for *nix environments.
Just raw Neovim in Windows.
Cool, will mark this as a task to add native Windows support. Will probably be able to get to it this weekend, thanks for reporting! Sorry it's not functional in its current state