Add note about vim+lua+neocomplete+rvm segfault
This commit is contained in:
parent
d316096428
commit
9c152da660
@ -303,6 +303,14 @@ brew cleanup
|
|||||||
brew install macvim --custom-icons --override-system-vim --with-lua --with-luajit
|
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/)
|
### [Pry](http://pry.github.com/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user