Replies: 3 comments 8 replies
-
have you tried fd from the cmdline in that network drive and see what error you get? |
Beta Was this translation helpful? Give feedback.
-
I also have the same problem. When I enter nvim from home dir (C:\Users\xxx), fd works fine and searchs only home dir. When I enter nvim from elsewhere (e.g. C:\ or D:), the error message ("Failed to spawn fd") comes up. |
Beta Was this translation helpful? Give feedback.
-
Anyone who has a similar fd issue on linux--a solution that worked for me was creating a symlink between fdfind and fd, as mentioned in a comment on the fzf github...I simply copy pasted the code in the below comment and explorer's search immediately started working: Note that the binary is called fdfind as the binary name fd is already used by another package. It is recommended that after installation, you add a link to fd by executing command |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I'm on native Windows (lazyvim with default picker config) and want to work on a project that sits on a network drive. For some reason, the picker cannot spawn fd when the working dir is a network drive. Switching to fzf-lua works.
The picker works well otherwise and fd in the terminal also works on the network drive.
Any idea where to look for a solution?
Beta Was this translation helpful? Give feedback.
All reactions