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
I am a real newbie when it comes to nvim, lua, and even Linux itself. When trying to get the telescope extension to work, none of the .env files were showing up. I copied the code from the extension, ran it, and got the "fd not found" error (I assume this would have been easier if I had run it in debug). Either way, running the command ln -s $(which fdfind) ~/.local/bin/fd fixed it. I'm not sure if anyone else has run into this issue, but I think it might be helpful to include a note in the docs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I am a real newbie when it comes to nvim, lua, and even Linux itself. When trying to get the telescope extension to work, none of the .env files were showing up. I copied the code from the extension, ran it, and got the "fd not found" error (I assume this would have been easier if I had run it in debug). Either way, running the command
ln -s $(which fdfind) ~/.local/bin/fdfixed it. I'm not sure if anyone else has run into this issue, but I think it might be helpful to include a note in the docs.All reactions