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
{{ message }}
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
Currently, fetching completions freezes up the Neovim UI while waiting for the completion. Completions should be fetched asynchronously (by default) so the user can still move their cursor around and such. Ideally the tokens should be streamed as well.
The text was updated successfully, but these errors were encountered:
Currently, fetching completions freezes up the Neovim UI while waiting for the completion. Completions should be fetched asynchronously (by default) so the user can still move their cursor around and such. Ideally the tokens should be streamed as well.
The text was updated successfully, but these errors were encountered: