-
-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jedi Vim async autocompletion #569
Labels
Comments
@blueyed but deoplete is only for neovim... |
@blueyed I mean we're waiting for vim 8 (https://github.com/vim/vim/blob/master/runtime/doc/version8.txt) and we can use/realize some features now. There are jobs and times which can improve jedi autocompletion :) |
I'm waiting for davidhalter/jedi#385 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sometimes it is very annoying when you need to wait until the auto complete to be done (in this case, the editor will be blocked until completion).
is it possible to use a new patch of vim (and neovim) to implement asynchronous autocompletion?
gitgutter async example airblade/vim-gitgutter@882073f#diff-302765a6376ab8c93ca461ad1fdb5d7dL14
Thanks!
The text was updated successfully, but these errors were encountered: