All Projects → rizzatti → Funcoo.vim

rizzatti / Funcoo.vim

Licence: mit
Functional Object Oriented VimL

Labels

Projects that are alternatives of or similar to Funcoo.vim

My.vimrc
Stars: ✭ 5 (-72.22%)
Mutual labels:  viml
Vim Slantstatus
A segmented vim statusline plugin
Stars: ✭ 6 (-66.67%)
Mutual labels:  viml
Vim Diff Toggle
🛠 Vim plugin to speed up editing diff files
Stars: ✭ 17 (-5.56%)
Mutual labels:  viml
Vim Space
text objects for the whitespace
Stars: ✭ 5 (-72.22%)
Mutual labels:  viml
Phpclassexplorer
Simple (and I mean SIMPLE) method explorer for vim
Stars: ✭ 6 (-66.67%)
Mutual labels:  viml
Easytags.vim
Automated tag file generation and syntax highlighting of tags in Vim
Stars: ✭ 15 (-16.67%)
Mutual labels:  viml
Nvim Config
我的neovim配置
Stars: ✭ 5 (-72.22%)
Mutual labels:  viml
Gist.vim
Create gists from Vim
Stars: ✭ 18 (+0%)
Mutual labels:  viml
Vim Pants
Vim plugin for Pants
Stars: ✭ 6 (-66.67%)
Mutual labels:  viml
Vim Nosecompiler
Vim Compiler file for the nose framework
Stars: ✭ 16 (-11.11%)
Mutual labels:  viml
Pocket.vim
Stars: ✭ 5 (-72.22%)
Mutual labels:  viml
Vim Operator Substitute
Vim-Plugin: Use :substitute like an operator
Stars: ✭ 6 (-66.67%)
Mutual labels:  viml
Rainbow parentheses.vim
Better Rainbow Parentheses
Stars: ✭ 892 (+4855.56%)
Mutual labels:  viml
Vim Terraform
basic vim/terraform integration
Stars: ✭ 5 (-72.22%)
Mutual labels:  viml
Vim Stim
StIm - Star Improved
Stars: ✭ 18 (+0%)
Mutual labels:  viml
Vim Focusclip
Integrate vim and system clipboard without breaking your workflow.
Stars: ✭ 5 (-72.22%)
Mutual labels:  viml
Dotfiles Windows
[pt-BR] meus dotfiles para windows
Stars: ✭ 7 (-61.11%)
Mutual labels:  viml
Dotfiles
My dot files
Stars: ✭ 18 (+0%)
Mutual labels:  viml
Vimrc
Stars: ✭ 18 (+0%)
Mutual labels:  viml
Vimpeg
A PEG parser for Vim
Stars: ✭ 16 (-11.11%)
Mutual labels:  viml

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.

Using pathogen.vim:

Copy and paste in your shell:

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

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].