I installed yadr onto my terminal, but I keep getting the following error when I open Vim:
neocomplete does not work this version of Vim.
It requires "if_lua" enabled Vim(7.3.885 or above).
EDIT:
- Upgraded Vim to version 7.4.493 but still get the error.
- Running OS X Yosemite
This fixed it:
If it still doesn't work after running the previous commands:
When you install
vimwithbrew, it probably didn't install it to the "correct" location. Looking at the terminal output during the installation (brew install vim) should tell you this location. For me,brewinstalledvimhere:Whereas when I ran
which vim, I got the following result:So all you have to do is:
In my case, I did: