Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to load lua dll with gvim 8 (Windows)

This is with reference to the Vim plugin neocomplete which requires Vim to be compiled with lua.

I downloaded the Vim 8.0.0347 official x64 build for windows compiled with lua from here

I downloaded the lua53.dll from here and placed the .dll and .exe and placed it alongside my gvim.exe.

Here is the screenshot for my :version

But :echo has("lua") returns 0

and :lua print("hello") returns

What else do I need?

like image 646
alDiablo Avatar asked Oct 14 '25 04:10

alDiablo


1 Answers

I was using 32 bit lua.dll for my 64 bit vim. That's plain wrong. Hope this helps somebody.

like image 69
alDiablo Avatar answered Oct 17 '25 04:10

alDiablo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!