You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following the docs running :RemoteSSHFSConnect should bring up the telescope picker, but it doesnt for me. I am getting a attempt to concatenate local 'remote_host' (a nil value) error. It seems that if no argument is passed to the command opt.args is an empty string and tries to use it a the remote host name.
My little fix in init.lua (line 51) is:
ifopts.argsandopts.args~="" then
With the fix the picker is opened. If I found a bug here, I could create a PR or you could include it by yourself. :)
Greetings,
Patrick
The text was updated successfully, but these errors were encountered:
Hey!
following the docs running
:RemoteSSHFSConnect
should bring up the telescope picker, but it doesnt for me. I am getting aattempt to concatenate local 'remote_host' (a nil value)
error. It seems that if no argument is passed to the commandopt.args
is an empty string and tries to use it a the remote host name.My little fix in
init.lua
(line 51) is:With the fix the picker is opened. If I found a bug here, I could create a PR or you could include it by yourself. :)
Greetings,
Patrick
The text was updated successfully, but these errors were encountered: