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安装

原文地址:https://www.cnblogs.com/ottll/p/7361402.html