Open
Conversation
|
这个问题,老哥你解决了嘛 |
Author
我列出的修改就是解决这个问题的,若要尝试安装可以用这个 |
|
我一直都手动安装这个! |
|
这个项目是没有人维护吗 |
|
ubuntu22.04 ,先安装python3-dev ,在安装这个版本不会出现ycmd server shut down |
|
我刚刚简单看了一下YCM的plugin,还是用原本的比较好,这个repo里面用的是另外一个YMC,没有及时和master保持更新,目前的rust版本还停留在2019导致我M1根本弄不上,弄了好久发现是hardcode问题,然后去原repo下面留言结果被作者指出来是branch有问题。。。。 |
|
今天弄的差不多了回来回复一下,可以通过以下步骤卸载当前的ycm(因为安装的时候就会默认安装作者自己gitee上的branch,当然你也可以直接去install.sh里面注释或者删除掉这个)
YouCompleteMe github repo: https://github.com/ycm-core/YouCompleteMe |
update directories for header files
Update features and packages Force Vim 9 for Copilot support Fix Perl support in Vim Simplify the code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目前安装时的ycm编译处于不可用状态,亟需修复
...
已知问题:新版ycm编译要求CMake版本在3.16及以上,若CMake版本不足需要手动更新CMake
至于更换GitHub源后可能碰到的下载问题:这和其它插件是一样的,若不能访问GitHub之后安装其他插件也全部会出错
已在Ubuntu 20.04 LTS及Arch上通过测试,Ubuntu 18.04可能需要更新CMake版本