Add note about vim+lua+neocomplete+rvm segfault

This commit is contained in:
Nate Delage 2015-05-04 14:20:49 -05:00
parent d316096428
commit 9c152da660

View File

@ -303,6 +303,14 @@ brew cleanup
brew install macvim --custom-icons --override-system-vim --with-lua --with-luajit
```
### Terminal Vim troubles with Lua?
Installing terminal vim (with lua) with an RVM managed Ruby can cause the neocomplete plugin to segfault. Try uninstalling vim, then installing with system ruby:
```
brew uninstall vim
rvm system do brew install vim --with-lua
```
### [Pry](http://pry.github.com/)