-
Notifications
You must be signed in to change notification settings - Fork 11
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
建议作者在ReadMe中,说明一下配置适配的环境要求 #9
Comments
非常感谢您的建议,这个确实没怎么在 Linux 环境下测试过。我看看如何完善这个问题。 |
安装YCM遇到的问题解决插件安装之后,报编译错误,运行下面的命令
报错
升级gcc,运行下面的命令
再次运行编译命令,YCM编译成功。 |
Repository owner
deleted a comment
Feb 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我在参考这个vim的配置过程中,发现直接使用会有一定的问题。
个人电脑配置:
ubuntu18.04
vim 8.0 (不支持python)
python版本 3.6
cmake3.10 (版本太低,有些插件需要高版本编译)
安装遇到的问题:
主要是安装插件一些插件遇到的问题
1 iamcco/markdown-preview.nvim
遇到的问题:这个markdown插件依赖python
解决办法:vim下载最新版源码,编译是配置支持python
2 YouCompleteMe
这个插件之前就听说很难装,安装过程很复杂
解决办法:
3vim-airline 状态栏字体问题,
安装Powerline字体仍没有完全解决。
最后,非常感谢作者清晰的vim配置说明。我借鉴作者vimrc配置,结合自己日常使用的vim习惯,进行了改造,获益匪浅。
The text was updated successfully, but these errors were encountered: