Merge pull request #618 from ndelage/patch-1
Add note about vim+lua+neocomplete+rvm segfault
This commit is contained in:
commit
825aa205f2
@ -302,6 +302,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