[x] I have searched YCM's issue tracker to find issues similar to the one I'm
about to report and couldn't find an answer to my problem. (Example Google
search.)
[x] If filing a bug report, I have included the output of vim --version.
[x] If filing a bug report, I have included the output of :YcmDebugInfo.
[x] If filing a bug report, I have attached the contents of the logfiles using
the :YcmToggleLogs command.
[x] If filing a bug report, I have included which OS (including specific OS
version) I am using.
[x] If filing a bug report, I have included a minimal test case that reproduces
my issue, using vim -Nu /path/to/YCM/vimrc_ycm_minimal, including what I
expected to happen and what actually happened.
[x] If filing a installation failure report, I have included the entire output
of install.py (or cmake/make/ninja) including its invocation
[x] I understand this is an open-source project staffed by volunteers and
that 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.
[x] I understand my issue may be closed if it becomes obvious I didn't
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
Provide a clear description of the problem, including the following key
questions:
What did you do?
I initialize Vim by using the vim command and get an error that the path pack/*/opt/YouCompleteMe is not found, but I already put packadd YouCompleteMe in my .vimrc file.
Include steps to reproduce here.
vim -Nu /path/to/YCM/ycm_vimrc_minimal
:edit test.py
Enter insert mode and type .....
Include description of a minimal test case, including any actual code required
to reproduce the issue.
Shouldn't get an error that the path were not found
If you made changes to vimrc_ycm_minimal, pase them here:
<contents of ycm_vimrc_minimal>
What did you expect to happen?
Include description of the expected behaviour.
Shouldn't get an error because the path should've been found
What actually happened?
The path pack/*/opt/YouCompleteMe were not found
Include description of the observed behaviour, including actual output,
screenshots, etc.
Printing YouCompleteMe debug information...
-- Resolve completions: Up front
-- Client logfile: /var/folders/92/n6cd988d2z9cdrxst_9dwkt00000gn/T/ycm_j65ab34j
.log
-- Server errored, no debug info from server
-- Server running at: http://127.0.0.1:53776
-- Server process ID: 55903
-- Server logfiles:
-- /var/folders/92/n6cd988d2z9cdrxst_9dwkt00000gn/T/ycmd_53776_stdout_304hhe3s
.log
-- /var/folders/92/n6cd988d2z9cdrxst_9dwkt00000gn/T/ycmd_53776_stderr_91lx77_e
.log
-- Semantic highlighting supported: True
-- Virtual text supported: True
-- Popup windows supported: True```
## Output of `YcmDiags`
Native filetype completion not supported for current file, cannot force recompilation.```
Output of git rev-parse HEAD in YouCompleteMe installation directory
paste output here
Contents of YCM, ycmd and completion engine logfiles
Reproduce the issue with vim -Nu /path/to/YCM/vimrc_ycm_minimal, which
enabled debug logging and other useful diagnostics. Include a link to a
gist containing all of the log files listed by :YcmToggleLogs.
OS version, distribution, etc.
Mac M1
Include system information here.
Mac M1
Output of build/install commands
Include link to a gist containing the invocation and entire output of
install.py if reporting an installation issue.
Steps to reproduce not provided. Unclear what the issue is. YcmDebugInfo is there so YCM must be loaded. I have no clue how to help but it's clearly not a bug.
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
vim
command and get an error that the pathpack/*/opt/YouCompleteMe
is not found, but I already putpackadd YouCompleteMe
in my.vimrc
file.vim -Nu /path/to/YCM/ycm_vimrc_minimal
:edit test.py
.....
Diagnostic data
Output of
vim --version
Output of
YcmDebugInfo
Native filetype completion not supported for current file, cannot force recompilation.```
Output of
git rev-parse HEAD
in YouCompleteMe installation directoryContents of YCM, ycmd and completion engine logfiles
OS version, distribution, etc.
Mac M1