Ubuntu 配置 EverVim
- 1 分钟阅读
- CC BY-SA 4.0

Ubuntu 配置 EverVim
@eallion
安装 EverVim
先安装依赖:
sudo apt update
sudo apt install vim python3-pip python3-dev exuberant-ctags cmake gcc g++
安装 EverVim :
curl -sLf https://raw.GitHubusercontent.com/LER0ever/EverVim/master/Boot-EverVim.sh | bash
进 Vim 安装插件:
vim
:PlugInstall
如果进 Vim 提示 Your ycmd is shut down ,需要安装 You Compute Me :
官方教程: https://github.com/ycm-core/YouCompleteMe#linux-64-bit
sudo apt install build-essential cmake python3-dev
cd ~/.vim/bundle/YouCompleteMe
python3 install.py --clang-completer