public
Description: vim-ruby library for making vim easy again!
Homepage: http://code.remi.org/vimilicious
Clone URL: git://github.com/remi/vimilicious.git
name age message
file .gitignore Sun Jun 15 02:11:58 -0700 2008 got create_command working (yay) and added .git... [remi]
file COPYING Sun Jun 15 00:20:06 -0700 2008 added COPYING (AGPL license) and added content/... [remi]
file LICENSE Fri Feb 06 13:03:52 -0800 2009 added MIT License [remi]
file README.rdoc Wed Apr 22 15:51:47 -0700 2009 README updates [remi]
file Rakefile Wed Apr 22 15:47:38 -0700 2009 added rakefile for generating RDoc easily [remi]
directory examples/ Sun Jun 15 01:38:27 -0700 2008 added github-compatible gemspec, took old commo... [remi]
directory lib/ Sun Apr 26 23:55:30 -0700 2009 bugfix ... create_command wasn't properly capit... [remi]
directory spec/ Sun Apr 26 23:30:18 -0700 2009 implemented #map ... :ruby map('<F5>'){ puts 'p... [remi]
file vimilicious.gemspec Wed Jun 18 18:57:43 -0700 2008 incremented version number for gem release [remi]
README.rdoc

Vimilicious

vimilicious is a gem/library that you can use on top of vim-ruby for easier vim scripting, vim ‘app’ creation, or whatever you want

i love vim. i even love vim’s built-in scripting … sometimes.

vim’s scripting is pretty shitty for making complex, maintainable applications or complicated scripts, though. the perfect example is rails.vim. as much as i love and adore rails.vim … have you ever looked at the source? holy shit!

using ruby for some of your vim scripting or application creation can make your life much easier. only those with vim compiled with ruby support will be able to take advantage of vimilicious or Vimilicious based scripts/applications, but that’s okay in my book. we don’t code in C just because not everyone has ruby installed, do we?

Install

  $ sudo gem install remi-vimilicious -s http://gems.github.com

Usage

see Vimilicious RDoc or examples

documentation:code.remi.org/vimilicious
example:github.com/remi/vimilicious/tree/master/examples