There is a popup list as I type Python, but it doesn't get updated (narrow down) with what I've already typed. Weirdly, as soon as I start deleting a character, the suggestion list gets updated correctly (as shown below).
I am using the default config. In my .vimrc
, I only have one line for YCM
let g:ycm_global_ycm_extra_conf='~/.ycm_extra_conf.py'
and that .ycm_extra_conf.py
is the one shipped together with YCM in YouCompleteMe/third_party/ycmd/examples/
.
How can I fix this?
0 comments:
Post a Comment