All my important dot files at one place :)
Inspired from spf13vim, light weight vim configuration for Ruby On Rails development\m/.
- pathogen.vim: manage your runtimepath
- Vundle, the plug-in manager for Vim
- rails.vim: Ruby on Rails power tools
- snipMate.vim: implements some of TextMate's snippets features in Vim
- vim-snipmate default snippets
- Run Rspec specs from Vim
- Nerd Tree: A tree explorer plugin for vim
- ctrlp.vim
- tcomment.vim: An extensible & universal comment vim-plugin that also handles embedded filetypes
- ctrlsf.vim: An ack.vim alternative mimics Ctrl-Shift-F on Sublime Text 2
- fugitive.vim: a Git wrapper so awesome, it should be illegal
- vim airline: lean & mean status/tabline for vim that's light as air
- surround.vim: quoting/parenthesizing made simple
- syntastic.vim: Syntax checking hacks for vim
- vim autoclose: Inserts matching bracket, paren, brace or quote
- tabular: Vim script for text filtering and alignment
- tagbar: Vim plugin that displays tags in a window, ordered by scope
- vim colorschemes: one colorscheme pack to rule them all!
- vim-searchindex: display number of search matches & index of a current match
- YouCompleteMe: A code-completion engine for Vim
- supertab: Perform all your vim insert mode completions with Tab
- vim-multiple-cursors: True Sublime Text style multiple selections for Vim
Always gratefull to the original authors.