Replies: 2 comments 3 replies
-
I see the commit from the past |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is done by debouncing the You can check A potential workaround is to add an autocmd to suppress LSP updates (e.g. detach the buffer) during the completion. Since null-ls is mostly stateless, this won't be a huge performance drawback. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was searching through the code of none-ls, and didn't notice where
debounce
config is used. I only see that it set todebounce_text_changes
, butdebounce_text_changes
is not used at code too.https://github.com/search?q=repo%3Anvimtools%2Fnone-ls.nvim%20debounce&type=code
Does none-ls really respect debounce?
I have an issue with it - chatgpt live-code generator (like https://github.com/Robitx/gp.nvim ) changes buffer frequently, which spawning a lot of checks from none-ls.
Beta Was this translation helpful? Give feedback.
All reactions