Skip to content

Instantly share code, notes, and snippets.

@akishin
Created May 27, 2012 04:20
Show Gist options
  • Save akishin/2802168 to your computer and use it in GitHub Desktop.
Save akishin/2802168 to your computer and use it in GitHub Desktop.
.vimrc.vundle
" vundle required.
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
" vim-scripts で提供されている vim プラグイン
Bundle 'Wombat'
Bundle 'pyte'
Bundle 'rails.vim'
Bundle 'unite.vim'
Bundle 'neocomplcache'
Bundle 'surround.vim'
Bundle 'The-NERD-tree'
Bundle 'The-NERD-Commenter'
Bundle 'taglist.vim'
Bundle 'matchit.zip'
Bundle 'quickrun.vim'
Bundle 'Source-Explorer-srcexpl.vim'
Bundle 'sudo.vim'
Bundle 'endwise.vim'
Bundle 'Align'
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment