nvim-telescope / telescope-fzf-native.nvim

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

How do I know if this is working correctly. #83

Closed ariel-frischer closed 1 year ago

ariel-frischer commented 2 years ago

:checkhealth Telescope doesn't say much except:

## Telescope Extension: `fzf`
  - INFO: No healthcheck provided

My telescope config is searching fine but I can't tell if fzf-native is being used in background.

Conni2461 commented 2 years ago

Yeah i haven't added a healthcheck yet. I will do that. Thanks for reminding me

You can check if you can do a query like: !.md test this should filter out all markdown files, with a second query test

Conni2461 commented 2 years ago

https://github.com/nvim-telescope/telescope-fzf-native.nvim/pull/84 implements a health check

ehaynes99 commented 1 year ago

FWIW, this is working perfectly for me:

## Checking for required plugins
  - OK: plenary installed.
  - OK: nvim-treesitter installed.

## Checking external dependencies
  - OK: rg: found ripgrep 13.0.0
  - OK: fd: found fd 8.5.3

## ===== Installed extensions =====

## Telescope Extension: `fzf`
  - OK: lib working as expected
  - OK: file_sorter correctly configured
  - OK: generic_sorter correctly configured
Conni2461 commented 1 year ago

fixed in https://github.com/nvim-telescope/telescope-fzf-native.nvim/commit/8fff2b20b2eb788b76015639352eb8ebbec87cd9