nvim-telescope / telescope-fzf-native.nvim

FZF sorter for telescope written in c
1.4k stars 46 forks source link

Symlinks does not show up in results #113

Closed fiskfisk33 closed 6 months ago

fiskfisk33 commented 11 months ago

I can't find any way to get symlinks to show up in results, I'm probably missing something?

FedeAbella commented 6 months ago

This would be really helpful. Maybe some way to pass flags to the fzf command? That would make it so --follow can be passed

FedeAbella commented 6 months ago

Well, nvm. I kept searching and apparently this can be solved easily directly from Telescope.

@fiskfisk33 you can just call :Telescope find_files follow=true and symlinks will appear