Closed pnchinmay closed 3 years ago
You need neovim 0.5, per the documentation.
https://github.com/ycm-core/YouCompleteMe#note-minimum-requirements-have-changed
or, vim 8.2, of course.
Thanks @puremourning for your kind help Got it working with neovim snap package Unfortunately, neovim hasn't been updated in ubuntu repo. Will have to wait for the latest rollout
Issue Prelude
Please complete these steps and check these boxes (by putting an
x
inside the brackets) before filing your issue:vim --version
.:YcmDebugInfo
.:YcmToggleLogs
command.vim -Nu /path/to/YCM/vimrc_ycm_minimal
, including what I expected to happen and what actually happened.install.py
(orcmake
/make
/ninja
) including its invocationThank 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
I installed ycm using the quick install guidelines for C/C++ family semantic completion. Passed the
--clang-completer
argumentsEarlier on my previous Ubuntu installation, the same install commands were passed and same
ycm_global_extra_conf.py
file was used. But, never got this error.After installation, when a file is opened, the following error pops up as shown below
Diagnostic data
Output of
vim --version
Output of
YcmDebugInfo
Output of
YcmDiags
Output of
git rev-parse HEAD
in YouCompleteMe installation directoryContents of YCM, ycmd and completion engine logfiles
Github Gist
OS version, distribution, etc.
Output of build/install commands
Github Gist