Stephan Seitz
Stephan Seitz
Hi, some servers require some initial start up time until they provide semantic tokens. Your issue stays even when you wait some time?
Maybe we could allow to defer parsing on certain characters and wait for the next `onbytes` or remap `{` to some `maybe_expand` or just don't do that at all and...
All other pair plugins where far to annoying. So I didn't use them. pears.nvim is the first that I trust! To be clear the performance issue is not the pair...
We had the issue basically here: https://github.com/p00f/nvim-ts-rainbow/pull/29 Incremental updates don't have too much of an advantage because for C++/JS when you open a `{` it is basically a changedtree for...
> Oh I see. So basically kind of disabling the treesitter parsing until we have done all edits for the pair? yes, this is what I meant. But probably not...
Yes it seems a lot lot smoother. No flickering at all. However one of the changes of today causes the deletion of some text for me in some situations (fdac8df...
Next GPT3 language model detects when you write bad code and deletes it immediatelly.
It's related with my usage of compe. With autocomplete disabled it won't delete any text.
~~Did some changes in my compe config and the problem does no longer occur.~~ @steelsojka it only happens when I'm in completion mode. When I accept one of the suggestions,...
As compe did this before it is probably compe to blame. Will check whether o can reproduce with other completion plugins