1. 首先clone vim8代码库

    git clone https://github.com/vim/vim.git

  2. 然后编译

    注意下自己的python2.7config在哪儿

./configure --with-features=huge \
--enable-multibyte \
--enable-rubyinterp=yes \
--enable-pythoninterp=yes \
--with-python-config-dir=/usr/lib64/python2.7/config \ # pay attention here check directory correct
--enable-python3interp=yes \
--with-python3-config-dir=/usr/lib/python3.5/config \
--enable-perlinterp=yes \
--enable-luainterp=yes \
--enable-gui=gtk2 \
--enable-cscope \
--prefix=/usr/local
  1. 对于vimplug

    配置下Plug 'valloric/youcompleteme'

  2. 进入~/.vim/plugged/youcompleteme

    执行/usr/bin/python ./install.py --clang-completer

    或者直接./install.py

结束

最新文章

  1. android布局详解
  2. 25个实用的jquery技巧
  3. Design T-Shirt 分类: HDU 2015-06-26 11:58 7人阅读 评论(0) 收藏
  4. Mybatis 插入与批量插入以及多参数批量删除
  5. sparkSQL1.1入门
  6. Entity Framework with MySQL 学习笔记一(安装)
  7. Jmeter性能测试 及压测入门
  8. 字符编码知识简介和iconv函数的简单使用
  9. PHP发送邮件功能--ThinkPHP3.2.3
  10. 201521123071《java程序设计》第三周学习总结
  11. openpose模型在AI challenge人体骨骼关键点检测的表现
  12. Java二维数组的概念和使用方法
  13. 04flask_scripts使用
  14. MySql 外键重名问题
  15. POJ 3169 Layout 【差分约束】+【spfa】
  16. 第五周作业--测试与版本发布(Alpha版本)
  17. 【CF717G】Underfail 费用流
  18. sessionId的生成机制
  19. PL/SQL客户端连Oracle很快就断开问题的解决
  20. Java实现多线程的四种实现方式

热门文章

  1. Discuz!数据库操作DB类和C::t类介绍
  2. MySQL Hardware--RAID卡常用信息查看
  3. IIS-This configuration section cannot be used at this path.
  4. Scyther tool 入门
  5. vim小结
  6. 使用Kerberos进行Hadoop认证
  7. C++(三十八) — 继承方式、访问控制、构造和析构、虚继承
  8. 软件测试_Loadrunner_性能测试_服务器资源监控
  9. Problem G: STL——整理唱片(list的使用)
  10. virtual box 6.0 扩容原有磁盘空间 ubuntu18.04