/funcoo

Functional Object Oriented VimL

Primary LanguageVim ScriptMIT LicenseMIT

funcoo.vim

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.

Installation

Using Vundle:

Just add this line to your ~/.vimrc:

Bundle 'rizzatti/funcoo.vim'

And run :BundleInstall inside Vim.

Copy and paste in your shell:

cd ~/.vim/bundle
git clone https://github.com/rizzatti/funcoo.vim.git

License

MIT