spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.56k stars 3.63k forks source link

neocomplete not working #871

Open srolel opened 8 years ago

srolel commented 8 years ago

Snippets do work, but completion doesn't if I try :NeoCompleteEnable or most other commands, I get the message neocomplete requires Vim 7.3.885 or later with Lua support ("+lua").

I installed spf13 recently and have Vim 7.4 and +lua/dyn.

I'm on windows 8

v-lopez commented 8 years ago

Same issue here on Ubuntu 14.04 64bit, with vim 7.4 and latest version of spf13-vim as of today.

srolel commented 8 years ago

Forgot to update, I solved this by installing tuxproject's vim's build. Apparently the one from vim.org doesn't have the right flag.

dreispt commented 8 years ago

+1 auto complete does not work on Ubuntu 14.04, lacking +lua support.

dreispt commented 8 years ago

This is a duplicate of #790. I think it should be closed.

adabo commented 6 years ago

I have this issue with the chocolatey install. I'm on Windows 10. When I type :echo has("lua") I get 0. Which is odd because :version says +lua/dyn.

Any ideas?

lu19961121 commented 6 years ago

You can recompile vim with lua, here is a Tutorial on Ubuntu 18.04 ! You need install :

1. ncurses

2. lua

3. vim (remove old vim !)