You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a mid-sized project (~25k files) with a pretty slow language server (PHPActor). The issue occurs when the CursorHold[I] happens: NeoVIM freezes until the server responds.
Would it be possible to perform the LSP request asynchronously so that it would not affect other actions?
The text was updated successfully, but these errors were encountered:
The LSP request is performed asynchronously, so any slowdown is probably in some other part of the code. I would appreciate it if there is a reproducible example..
Hello,
I've got a mid-sized project (~25k files) with a pretty slow language server (PHPActor). The issue occurs when the CursorHold[I] happens: NeoVIM freezes until the server responds.
Would it be possible to perform the LSP request asynchronously so that it would not affect other actions?
The text was updated successfully, but these errors were encountered: