-
Notifications
You must be signed in to change notification settings - Fork 1
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
Incompatibility with honza/vim-snippets
#4
Comments
@prabirshrestha, would you mind having a look here? Since your TextChangedP branch, no completion at all is happening when I use |
should be
it works on my macbook . |
Works on gvim / windows, should update readme? |
Could someone explain to me why the autocommand helps here? Is it because you should only register the completor on By the way, I think I haven't seen this issue in a while now, without adding the |
Based on your minimal.vimrc:
Without
honza/vim-snippets
, completing after the period.
:triggers the opening of the completion window.
With
honza/vim-snippets
, it does not open the completion window, instead, I getPattern not found
in my (custom) status:or just no completion using the
minimal.vimrc
. Note that this screenshot is Rust code (usingvim-lsp
,asyncomplete-lsp
, and Rustsrls
), so it's not only on Python.Starting to type right after the
.
or::
starts completing again.The text was updated successfully, but these errors were encountered: