From 9c152da660aa80d959df368262de332bceb36037 Mon Sep 17 00:00:00 2001 From: Nate Delage Date: Mon, 4 May 2015 14:20:49 -0500 Subject: [PATCH] Add note about vim+lua+neocomplete+rvm segfault --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 01f454d..bb12229 100644 --- a/README.md +++ b/README.md @@ -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/)