首页 > 系统服务 > 详细

vim 配置

时间:2019-12-11 01:18:02      阅读:104      评论:0      收藏:0      [点我收藏+]

1. 参考配置:

  https://github.com/avdiaid/use_vim_as_ide

2. 安装插件

  2.1YouCompleteMe

  安装参考:https://vimawesome.com/plugin/youcompleteme#installation

  在ubuntu 18.04 下 ./install.py --clang-completer 报错

  解决方法:

  1. you can directly download the Clang archive here(http://llvm.org/releases/3.7.0/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz) and move it in the ~/.vim/bundle/YouCompleteMe/third_party/ycmd/clang_archives folder. Once this is done, run again the script install.py.

  2../install.py --clang-completer --system-libclang

  二选一

vim 配置

原文:https://www.cnblogs.com/x-police/p/12020029.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!