Replies: 1 comment
-
I confused the repos :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Both grep and fd previews choke on big text files sometimes taking 5 to 15 seconds to unfreeze in the picker preview.
While with vanilla fzf it's still choking but much more responsive so I was wondering how does the preview work do you use your own preview with treesitter or do you use the fzf vanilla preview coloring?
What is the best practice to speed previews up for large files bigger than 500kb for example giant .map or .json files, Given that I don't want to fully hide them I still want to be able to find the text in the preview with rg or see the output with fd?
Thanks
my config https://github.com/kapral18/config.nvim/blob/7f87d49990a0a3034da365c550f8a574a7d33f22/lua/plugins/fzf.lua
my fzf config:
Beta Was this translation helpful? Give feedback.
All reactions