yuki-yano/fzf-preview.vim

Support fzf_preview_command when doing ProjectGrep

trevorwhitney opened this issue · 1 comments

Problems summary

No line numbers in ProjectGrep preview if though g:fzf_preview_command has --number option set.

Expected

Line numbers appear in the preview window like they do in other fzf previews.

The :FzfPreviewProjectGrep command uses the hardcoded bat command bin/preview_fzf_grep. Is there a way it could be modified to respect the settings in the g:fzf_preview_command?

Thanks!

I think this has been implemented on the latest version?
Screenshot 2022-01-03 at 15 20 33