spf13-vim icon indicating copy to clipboard operation
spf13-vim copied to clipboard

neocomplete not working

Open srolel opened this issue 9 years ago • 6 comments

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

srolel avatar Jan 04 '16 01:01 srolel

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

v-lopez avatar Jan 20 '16 11:01 v-lopez

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.

srolel avatar Jan 22 '16 00:01 srolel

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

dreispt avatar Mar 01 '16 08:03 dreispt

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

dreispt avatar Mar 01 '16 08:03 dreispt

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?

adabo avatar Feb 21 '18 03:02 adabo

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 !)

lu19961121 avatar Jun 01 '18 15:06 lu19961121