Skip to content

Instantly share code, notes, and snippets.

@Spaceghost
Created July 31, 2012 01:58
Show Gist options
  • Save Spaceghost/3212691 to your computer and use it in GitHub Desktop.
Save Spaceghost/3212691 to your computer and use it in GitHub Desktop.
Error detected while processing /Users/spaceghost/.vimrc:
line 70:
E492: Not an editor command: GuiColorScheme wombat256modSorry, LustyExplorer requires ruby. Here are some tips for adding it:
Debian / Ubuntu:
# apt-get install vim-ruby
Fedora:
# yum install vim-enhanced
Gentoo:
# USE="ruby" emerge vim
FreeBSD:
# pkg_add -r vim+ruby
Windows:
1. Download and install Ruby from here:
http://www.ruby-lang.org/
2. Install a Vim binary with Ruby support:
http://segfault.hasno.info/vim/gvim72.zip
Manually (including Cygwin):
1. Install Ruby.
2. Download the Vim source package (say, vim-7.0.tar.bz2)
3. Build and install:
# tar -xvjf vim-7.0.tar.bz2
# ./configure --enable-rubyinterp
# make && make install
(If you just wish to stifle this message, set the following option:
let g:LustyExplorerSuppressRubyWarning = 1)Sorry, LustyExplorer requires ruby. Here are some tips for adding it:
Debian / Ubuntu:
# apt-get install vim-ruby
Fedora:
# yum install vim-enhanced
Gentoo:
# USE="ruby" emerge vim
FreeBSD:
# pkg_add -r vim+ruby
Windows:
1. Download and install Ruby from here:
http://www.ruby-lang.org/
2. Install a Vim binary with Ruby support:
http://segfault.hasno.info/vim/gvim72.zip
Manually (including Cygwin):
1. Install Ruby.
2. Download the Vim source package (say, vim-7.0.tar.bz2)
3. Build and install:
# tar -xvjf vim-7.0.tar.bz2
# ./configure --enable-rubyinterp
# make && make install
(If you just wish to stifle this message, set the following option:
let g:LustyExplorerSuppressRubyWarning = 1)Sorry, LustyJuggler requires ruby. Here are some tips for adding it:
Debian / Ubuntu:
# apt-get install vim-ruby
Fedora:
# yum install vim-enhanced
Gentoo:
# USE="ruby" emerge vim
FreeBSD:
# pkg_add -r vim+ruby
Windows:
1. Download and install Ruby from here:
http://www.ruby-lang.org/
2. Install a Vim binary with Ruby support:
http://segfault.hasno.info/vim/gvim72.zip
Manually (including Cygwin):
1. Install Ruby.
2. Download the Vim source package (say, vim-7.0.tar.bz2)
3. Build and install:
# tar -xvjf vim-7.0.tar.bz2
# ./configure --enable-rubyinterp
# make && make install
(If you just wish to stifle this message, set the following option:
let g:LustyJugglerSuppressRubyWarning = 1)
Press ENTER or type command to continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment