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 was archived by the owner on Jan 25, 2020. It is now read-only.
Enabled logging by let g:tscompletejob__debug__ = 1
This works in vim8.
In neovim 0.2 on windows.
@justinmk here is another case where the outputs are different when set shellslash is enabled. Not sure if this is the problem or something else that is actually causing tscompletejob to not work in neovim on windows. I don't think it is a bug in https://github.com/prabirshrestha/asyncomplete-tscompletejob.vim since even things like goto definition doesn't work.
Enabled logging by
let g:tscompletejob__debug__ = 1This works in vim8.

In neovim 0.2 on windows.
@justinmk here is another case where the outputs are different when
set shellslashis enabled. Not sure if this is the problem or something else that is actually causing tscompletejob to not work in neovim on windows. I don't think it is a bug in https://github.com/prabirshrestha/asyncomplete-tscompletejob.vim since even things like goto definition doesn't work.