Created
April 8, 2012 16:38
-
-
Save samnang/2338370 to your computer and use it in GitHub Desktop.
My Vim plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Let Vundle manage Vundle | |
Bundle 'gmarik/vundle' | |
Bundle 'tpope/vim-rails' | |
Bundle 'tpope/vim-rake' | |
Bundle 'tpope/vim-fugitive' | |
Bundle 'tpope/vim-surround' | |
Bundle 'tpope/vim-endwise' | |
Bundle 'scrooloose/nerdtree' | |
Bundle 'kien/ctrlp.vim' | |
Bundle 'msanders/snipmate.vim' | |
Bundle 'ervandew/supertab' | |
Bundle 'mileszs/ack.vim' | |
Bundle 'scrooloose/nerdcommenter' | |
Bundle 'scrooloose/syntastic' | |
Bundle 'Raimondi/delimitMate' | |
Bundle 'mattn/zencoding-vim' | |
Bundle 'vim-scripts/IndexedSearch' | |
Bundle 'vim-scripts/L9.git' | |
Bundle 'vim-scripts/matchit.zip' | |
Bundle 'godlygeek/tabular' | |
Bundle 'git://gist.github.com/287147.git' | |
Bundle 'tpope/vim-cucumber' | |
Bundle 'tpope/vim-haml' | |
Bundle 'pangloss/vim-javascript' | |
Bundle 'kchmck/vim-coffee-script' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment