aboutsummaryrefslogtreecommitdiff
path: root/vim/bundles.vim
blob: d2e06c0e7365eaba766e9e18cfe07bc3d9f4be8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" Vundle setup
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'

" Enable plugins.
filetype plugin indent on

" My list of plugins.
Bundle 'tpope/vim-surround.git'