Answer the question
In order to leave comments, you need to log in
How to enable lua support in vim?
Hello, os debian 8, vim 7.4.1829 is installed from the repository. Requires neocomplete to be enabled for vim-go
https://github.com/Shougo/neocomplete.vim
https://github.com/fatih/vim-go
Neocomplete requires "neocomplete requires Vim 7.3.885+ with Lua enabled" . checked in vim
:echo has("lua")
returned 0
Question - is it possible to enable lua support in the editor without recompiling or only building from new vim sources?
Answer the question
In order to leave comments, you need to log in
sudo apt-get install vim-nox
along with it, lua will come to regular vim
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question