编译安装带lua 的 vim 编辑器

注:支持7.4以后的vim版本

安装lua dev库
yum -bcurrent install lua-devel

编译vim带lua支持,安装到/home/sy120714/software/vim-8.0.1295
./configure --prefix=/home/sy120714/software/vim-8.0.1295 --enable-luainterp=yes --with-features

原文地址:https://www.cnblogs.com/shaoyu19900421/p/7828710.html