This Vim plugin is a library intended for use by other plugins.
It introduces Object Oriented constructs to VimL based on prototypes and has some functional modules.
It's still under development, does not have any documentation, so the best way to see what it does would be by example.
For a more basic usage, check dash.vim.
For a more advanced usage, check greper.vim.
If that got you interested, only then I recommend you actually check funcoo's code. Seriously.
Using Vundle:
Just add this line to your ~/.vimrc
:
Bundle 'rizzatti/funcoo.vim'
And run :BundleInstall
inside Vim.
Using pathogen.vim:
Copy and paste in your shell:
cd ~/.vim/bundle
git clone https://github.com/rizzatti/funcoo.vim.git
MIT