goodmm 发表于 2015-12-3 10:46:33

compile vim with lua & python support

  vim在macosx 10.9默认没有带lua和python支持,因为装的有些插件是lua写的,有些是python写的,运行不起来,于是决定自己编译一个,下载vim源码,执行以下命令就可以编译vim:



./configure --enable-multibyte --enable-cscope --with-features=huge --enable-luainterp --with-lua-prefix=/usr/local/ --enable-pythoninterp --enable-perlinterp && make install
  
  

  
  

  
页: [1]
查看完整版本: compile vim with lua & python support