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 Oct 13, 2021. It is now read-only.
Completion frequently causes the error: Error executing vim.schedule lua callback: /opt/neovim/runtime/lua/vim/lsp/util.lua:1025: Failed to switch to window 10--)
In my case this seems to happen only when loading completions for OpenCV and when typing quickly. My theory is that I am typing faster than the completions are loading (slowly since OpenCV is large), and effectively the window no longer exists when necessary.
Completion frequently causes the error:
Error executing vim.schedule lua callback: /opt/neovim/runtime/lua/vim/lsp/util.lua:1025: Failed to switch to window 10--)
In my case this seems to happen only when loading completions for OpenCV and when typing quickly. My theory is that I am typing faster than the completions are loading (slowly since OpenCV is large), and effectively the window no longer exists when necessary.
Minimal
init.lua
The text was updated successfully, but these errors were encountered: