Replies: 1 comment 1 reply
-
@star-szr, makes sense to disable these by default, if someone is missing it they can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Thank you for all you do.
I'm on fzf-lua f7d3023, when using the files picker I keep seeing warnings with the format
syntax disabled for '%s' (%s), consider increasing '%s(%d)'
. It's particularly painful in my case because the first file that opens when I open the files picker is a large file (package-lock.json).I have my own logic in my treesitter plugin config to disable syntax highlighting for large files, either way I appreciate fzf-lua helping here and would like it to disable the highlighting but would just like it to be quiet about it :)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions