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
[telescope] [WARN 22:51:46] ...ck/packer/start/telescope.nvim/lua/telescope/pickers.lua:473: Finder failed with msg: ...ite/pack/packer/start/telescope.nvim/lua/telescope/_.lua:295: fd: Executable not found
[telescope] stack traceback:
[telescope] ^I...ite/pack/packer/start/telescope.nvim/lua/telescope/_.lua:295: in function 'convert_opts'
[telescope] ^I...ite/pack/packer/start/telescope.nvim/lua/telescope/_.lua:17: in function 'new'
[telescope] ^I...ite/pack/packer/start/telescope.nvim/lua/telescope/_.lua:64: in function 'spawn'
[telescope] ^I...cope.nvim/lua/telescope/finders/async_oneshot_finder.lua:46: in function 'finder'
[telescope] ^I...ck/packer/start/telescope.nvim/lua/telescope/pickers.lua:469: in function <...ck/packer/start/telescope.nvim/lua/telescope/pickers.lua:468>
[telescope] ^I[C]: in function 'pcall'
[telescope] ^I...ck/packer/start/telescope.nvim/lua/telescope/pickers.lua:468: in function <...ck/packer/start/telescope.nvim/lua/telescope/pickers.lua:416>
Update:
I'm getting the same error message after installing fd. fdfind command is working in shell. Also, I've aliased fd to fdfind. But no luck.
The text was updated successfully, but these errors were encountered:
This seems like the same issue as: #11
Setting an alternative find command in configuration files doesn't seem to work, and it always reverts to the fd default. That thread explains how to edit the plugin's media_files.lua file to use rg or fdfind by default instead of fd.
I have ripgrep installed. And
rg
command is working in the shell.I'm using Ubuntu via WSL on Windows.
The prerequisites mention that one of fd, rg, find, or fdfind should be working.
I'm using the configuration from the readme:
I'm getting this error message:
Update:
I'm getting the same error message after installing
fd
.fdfind
command is working in shell. Also, I've aliasedfd
tofdfind
. But no luck.The text was updated successfully, but these errors were encountered: