You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
系统manjaro最新,linux5.10,python3.9
一键安装,编译YCM成功后,写python代码时需要补全时报错:python version not support
修改.vimrc中Plug 'valloric/youcompleteme'(全改成小写)后自行编译YCM,才可以正常补全python
不知道是不是插件版本太旧?