Frankly, my dear, you're gonna be vimified one day!
Ultimate VIM configuration. Plugins are added via awesome Vundle.
cd
git clone git://github.com/zaiste/vimified.git
ln -sfn vimified ~/.vim
ln -sfn vimified/vimrc ~/.vimrc
cd vimified
mkdir bundle
git clone https://github.com/gmarik/vundle.git bundle/vundle
vim +BundleInstall +qall
Ultimate auto-completion system for Vim.
A tree explorer plugin for vim.
Command: ctrl-u
Vim plugin for intensely orgasmic commenting.
Command: ,/
Mirror of yankring.vim
Command: ,y
Syntax checking hacks for vim
repeat.vim: enable repeating supported plugin maps with "."
space.vim - Smart Space key for Vim
A Vim plugin for managing three-way merges.
Vim plugin for the Perl module / CLI script 'ack'.
Command: ,a
vim, your markup language of choice, and your browser of choice.
Command: ,p
fugitive.vim: a Git wrapper so awesome, it should be illegal
Fuzzy file, buffer, mru and tag finder.
Command: ctrl-p
Vim plugin that displays tags in a window, ordered by class etc.
Command: ,t
CoffeeScript support for vim.
An unpacked copy of the haskellmode vimball. Ping me if it needs updating.
Syntax file for Haskell's cabal syntax file
Refactoring tool for Ruby in vim!
Commands:
- RAddParameter :
,rap
- RInlineTemp :
,rit
- RExtractMethod :
,rem
- RRenameLocalVariable :
,rrlv
- RRenameInstanceVariable :
,rriv
rails.vim: Ruby on Rails power tools
Vim runtime files for Haml, Sass, and SCSS.
A custom text object for selecting ruby blocks.
endwise.vim: wisely add "end" in ruby, endfunction/endif/more in vim script, etc
Molokai color scheme for Vim.
precision colorscheme for the vim text editor
A Vim color scheme.
The matchit.vim script allows you to configure % to match more than just single characters.
Clone of the Align.vba file, since I think VBA files are a freaking abomination.
surround.vim: quoting/parenthesizing made simple
unimpaired.vim: pairs of handy bracket mappings
Vim plugin: Support for user-defined text objects
Vim plugin that defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts, etc.
speeddating.vim: use CTRL-A/CTRL-X to increment dates, times, and more
pastie.vim: interface for pastie.org
If you have ideas on how to make this Vim configration framework better, don’t hesitate to fork and send pull requests. Thanks!