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
After running lines 157-159, any call to self.nvim.* will block the thread indefinitely. Naturally this means no completions are made, as execution stops when getting the contents of the buffer. Presumably the async_call is never completing, but I stopped debugging (for now) once I figured out what how to get around the problem.
I am using Neovim v0.2.2 on Windows. I do not have neomake installed.
The 'fix' for me was just to let autofill_neomake = 0.
The text was updated successfully, but these errors were encountered:
After running lines 157-159, any call to self.nvim.* will block the thread indefinitely. Naturally this means no completions are made, as execution stops when getting the contents of the buffer. Presumably the async_call is never completing, but I stopped debugging (for now) once I figured out what how to get around the problem.
I am using Neovim v0.2.2 on Windows. I do not have neomake installed.
The 'fix' for me was just to let autofill_neomake = 0.
The text was updated successfully, but these errors were encountered: