安装vim YouYouCompleteMe for python

  • 确保vim在7.4以上版本并且支持python
apt install -y build-essential cmake python3-dev
cd ~/.vim/bundle/
git clone https://github.com/ycm-core/YouCompleteMe.git
cd YouCompleteMe
git submodule update --init --recursive
python install.py
发布了227 篇原创文章 · 获赞 13 · 访问量 8万+

猜你喜欢

转载自blog.csdn.net/weixin_36149892/article/details/95205324