vim for python配置

参考源

使用wklken写的配置

开发版:https://github.com/wklken/k-vim
服务器版:https://github.com/wklken/vim-for-server

 

环境的依赖
1. vim版本需要7.4以上,直接使用git版本安装8.0。

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

./configure --enable-pythoninterp=yes
make
make install

2. gcc需要4.8以上版本

3. YouCompelteMe安装

posted @ 2017-08-14 23:38  ottll  阅读(362)  评论(0编辑  收藏  举报