snacks.picker.grep()
feels laggy when typing fast in a large project
#913
Closed
vianneychin
started this conversation in
General
Replies: 1 comment
-
All I can say is that for me it's not sluggish at all. When you're in grep, can you try disabling the preview with Is it possible it get's stuck on loading previews for large files? Like how many lines in that preview? And if you have the chance, would be great to also test this on a recent nightly. On nightly, Neovim's treesitter highlighter is async. Please also check if the issue is with all filetypes, or maybe just some. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
when typing fast and grepping simultaneously, there is some lag to view what characters that i've typed onto the input and is insanely frustrating.
is there any way to debounce the call to the
.grep()
method?Beta Was this translation helpful? Give feedback.
All reactions