Emacs freezes during autocompletion (company/eglot)
​
Hi everyone,
I am running into an issue where emacs freezes for a few milliseconds whenever I trigger the autocompletion. The freeze feels like the completion backend or LSP is blocking the editor.
I am trying to figure out whether this is caused by:
company-mode
eglot
the language server itself (I use vala-language-server)
or something else in my configuration.
Did anyone faced this issue or does anyone have any idea how to fix it, the issue is really annoying.