Mac下使用spf13-vim增强vim功能
## Requirements
spf13-vim对vim的版本有要求,且需要支持lua才能使用neocomplcache插件,否则会提示`neocomplete requires Vim 7.3.885 or later with Lua support (" lua").`,可以通过如下命令,先对vim进行升级:
```
brew install macvim --with-cscope
阅读全文...