It requires Vim 7.3.885 or later with Lua support (“+lua”).”
1、异常描述
neocomplete
does not work
with this
version of Vim.
It requires Vim
7.3.885 or later
with Lua support (
"+lua").
2、解决方案
方案一:
brew install vim
--with-lua方案二:
brew uninstall vim
brew
install luajit
brew
install vim --with-luajit
转载请注明原文地址: https://www.6miu.com/read-60196.html