Eric 李
Results
3
comments of
Eric 李
Should be fixed in #2893. Waiting review and merge.
@Thiggel I believe the slowness you are experiencing is network latency and not nvim-tree. Could you test the mount using a file explorer or `ls/cd/cat` to see if there is...
Hi @alex-courtis . Luckily, it seems there is a pretty simple fix where we replace `fs_stat` with `fs_lstat` in `init.lua`. I've tested it and it works. However, I noticed that...