Skip to content

Commit

Permalink
Use Vundle
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 4, 2013
1 parent 6e7003d commit 3bf334c
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions vimrc
@@ -1,9 +1,35 @@
" ~/.vimrc pbrisbin 2013
set nocompatible
filetype off

silent! execute pathogen#infect()
silent! execute pathogen#helptags()
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()

set nocompatible
Bundle 'gmarik/vundle'
Bundle 'dag/vim2hs'
Bundle 'ehamberg/haskellmode-vim'
Bundle 'godlygeek/tabular'
Bundle 'juvenn/mustache.vim'
Bundle 'kchmck/vim-coffee-script'
Bundle 'kien/ctrlp.vim'
Bundle 'pbrisbin/alt-ctags'
Bundle 'pbrisbin/html-template-syntax'
Bundle 'pbrisbin/vim-mkdir'
Bundle 'pbrisbin/vim-rename-file'
Bundle 'pbrisbin/vim-restore-cursor'
Bundle 'pbrisbin/vim-runfile'
Bundle 'scrooloose/syntastic'
Bundle 'tpope/vim-bundler'
Bundle 'tpope/vim-commentary'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-surround'
Bundle 'ujihisa/neco-ghc'
Bundle 'vim-pandoc/vim-pandoc'
Bundle 'vim-ruby/vim-ruby'
Bundle 'vim-scripts/Zenburn'

set autoindent
set autoread
Expand Down

0 comments on commit 3bf334c

Please sign in to comment.