nvim-telescope / telescope-fzf-native.nvim

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

Command ":telescope fzf" doesn't work with NvChad under ArchLinux #112

Closed basheewang closed 1 year ago

basheewang commented 1 year ago

I checked the NvChad is shipped with telescope and telescope-fzf-native by default. The build is also success, and I can find the build/libfzf.so file existed. But when I try to run command "telescope fzf", I have below error msg:

image

I have no idea what happened. Please kindly help on this.

Conni2461 commented 1 year ago

telescope-fzf-native is not a normal extension (like others).

On load it replaces internal functions (sorter) by updating configs so that already provided sorters like Telscope find_files have fzf syntax.

It doesn't actually expose a new sorter. It enhances all pickers that already exist, builtin or extensions