No commit activity in last 3 years
No release in over 3 years
vim-ruby library making it easier to work with vim via ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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 vimilicious

Usage

The best place to start is by looking at the Vimilicious API: http://yardoc.org/docs/remi-vimilicious/Vimilicious

You can also view examples: http://github.com/remi/vimilicious/tree/master/examples

see Vimilicious documentation or examples