vim编译配置"YouCompleteMe"
The ycmd server SHUT DOWN (restart with ':YcmRestartServer'). YCM core library not detected; you need to compile YCM before using it. Follow the instructions in the documentation.Fedora安装YCM
sudo dnf install automake gcc gcc-c++ kernel-devel cmakesudo dnf install python-devel python3-develsudo dnf install clangsudo dnf install golang
sudo dnf install nodejs
sudo dnf install rubycd ~/.vim/bundle/YouCompleteMe
./install.py --all参考
Last updated