mvim --version
shows
+lua/dyn
but on mvim commandline
echo has("lua")
returns 0. neocomplete plugin is not working because of this.
mvim --version
shows
+lua/dyn
but on mvim commandline
echo has("lua")
returns 0. neocomplete plugin is not working because of this.
uninstall and reinstall solved the problem.