mvim --version shows +lua/dyn but echo has("lua") returns 0

231 views Asked by At
mvim --version

shows

+lua/dyn

but on mvim commandline

echo has("lua")

returns 0. neocomplete plugin is not working because of this.

1

There are 1 answers

0
A.K. On

uninstall and reinstall solved the problem.

brew uninstall --force macvim
brew install macvim --with-lua --override-system-vim