-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bqf slow #74
Comments
Only add an extra
Yes, unless your buffer content is large enough, shouldn't be slow.
bqf only optimizes treesitter highlighting, vim regex highlighting may be slow.
I'm not clear about what you said above, could you explain it clearly? Maybe a screenshot or video would help. |
when bqf creates its preview window, I would like to be able to set window-local options such I will try reenabling treesitter but the tradeoff for treesitter was negative for me (so far). |
Don't support it for now. If you think it's necessary to customize the number, I can add an option like Lines 203 to 206 in aac1ff9
I have no any perf issue about treesitter after I customize the query.
|
Feature description
I love bqf but it slows down moving between quicklist items noticeably (200ms - 500ms I suppose). I am using neovim master but this has been the case for months.
Describe the solution you'd like
I've seen #33, is it still up to date ?
At https://github.com/kevinhwang91/nvim-bqf#setup-and-description (Iw would suggest to start with "require'bqf'" else someone has to look up the name of the module to import), there is a "delay_syntax" option I am not sure would help. Does it delay highlighting so that bqf can display the file immediately ?
Additional context
I have treesitter disabled.
Now that I am writing this I wonder if I enable options that accentuate the slowness. Is there a way I can customize the bqf popup to disable (relative)number for instance ?
The text was updated successfully, but these errors were encountered: