-
Notifications
You must be signed in to change notification settings - Fork 3
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
typing once autocomplete has been envoked doesn't work. #4
Comments
seems like this only occurs if YouCompleteMe and iCompleteMe are enabled. |
this type of config fixed it for me with vim-plug, but it would be better if icompleteme could work in tandom with ycm, or turn off ycm in swift files |
@crowell thanks so much for the submitting this! It's is incredibly useful. I think was a still some issues when YouCompleteMe was running at the same time as iCompleteMe. I pushed a few teaks too ( ideally )make the plugins coexist happily. It seems to work locally for me after some quick tests. Edit: it looks like YouCompleteMe and iCompleteMe were conflicting in the video you posted. If the latest updates don't fix it for you, please let me know and I'll dig into this more! |
Issue Prelude
Please complete these steps and check these boxes (by putting an
x
insidethe brackets) before filing your issue:
[Frequently Asked Questions][faq] section.
about to report and couldn't find an answer to my problem. ([Example Google
search.][search])
vim --version
.:YcmDebugInfo
.the
:YcmToggleLogs
command.version) I am using.
my issue, including what I expected to happen and what actually happened.
of
install.py
(orcmake
/make
/ninja
) including its invocationthat any help I receive is a selfless, heartfelt gift of their free time. I
know I am not entitled to anything and will be polite and courteous.
actually perform all of these steps.
Thank you for adhering to this process! It ensures your issue is resolved
quickly and that neither your nor our time is needlessly wasted.
Issue Details
once the completion engine is envoked, i can not type normally, i have to hit tab in order to select an option. if i disable icm, i can then continue to type
https://asciinema.org/a/CzfuUKcVe8ycYa0qQRLFRJy4i
type exactly what you see in my asciinema
Diagnostic data
Output of
vim --version
Output of
YcmDebugInfo
Contents of YCM, ycmd and completion engine logfiles
OS version, distribution, etc.
macos high sierra
Output of build/install commands
The text was updated successfully, but these errors were encountered: