Requirements

spf13-vim对vim的版本有要求,且需要支持lua才能使用neocomplcache插件,否则会提示neocomplete requires Vim 7.3.885 or later with Lua support (" lua").,可以通过如下命令,先对vim进行升级:

brew install macvim --with-cscope --with-lua --HEAD
brew uninstall vim
brew install vim --with-lua