nvim-telescope / telescope-fzy-native.nvim

FZY style sorter that is compiled
MIT License
178 stars 8 forks source link

attempt to call a nil value #8

Closed ruanyouxing closed 2 years ago

ruanyouxing commented 2 years ago

I run :Telescope fzy_native and it shows this image how to fix this?

Conni2461 commented 2 years ago

fzy_native does not provide a command to run. Its a sorter function that can be used in the telescope "backend".

Please read the README on how to set it up