-
-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not read mounted directory (sshfs) #316
Comments
Hi, i'm not sure if there are some things we need to implement in order to use the tree in remote filesystems. I will check this out when i have some time. |
@kyazdani42 Thanks in advance |
It would be really lovely, being able to use it over mounted sshfs folders. |
related #425 |
I have the same problem with sshfg |
it's an issue with fuse and libuv, you need to set |
I have tried set |
not sure then, i'm not a libuv expert myself :/ i'll try to see if other plugins have tackled this issue |
I tried Defx and NerdTree, both work well. |
i guess so but none of them uses the libuv unfortunately (which makes this plugin fast). I'm not sure but maybe because i use synchronous libuv calls it fails, if i could manage to list the entries asynchronously, it might fix this issue. |
fixes in 7abec5e. Actually fs_scandir wasn't returning the file type which made all entries being ignored, running an fs_stat fixed the issue :) |
Perfect! Works! Thank you, @kyazdani42 ! |
Thank you, @kyazdani42 ! |
nvim-tree not read directory when mounted with sshfs.
Any ideas?
The text was updated successfully, but these errors were encountered: