-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbundles.vim
49 lines (43 loc) · 1.19 KB
/
bundles.vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
set nocompatible " be iMproved
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'Lokaltog/powerline'
Bundle 'vim-scripts/vibrantink'
Bundle 'ludovicchabant/vim-lawrencium'
Bundle 'MarcWeber/vim-addon-mw-utils'
Bundle 'tomtom/tlib_vim'
Bundle 'honza/vim-snippets'
Bundle 'garbas/vim-snipmate'
Bundle 'tempire/conque'
Bundle 'vim-ruby/vim-ruby'
Bundle 'vim-scripts/AutoClose'
Bundle 'vim-scripts/YankRing.vim'
Bundle 'vim-scripts/vagrant.vim'
Bundle 'vim-scripts/nagios-syntax'
Bundle 'vim-scripts/Specky'
Bundle 'nelstrom/vim-textobj-rubyblock'
Bundle 'kana/vim-textobj-user'
Bundle 'scrooloose/nerdtree'
Bundle 'scrooloose/syntastic'
Bundle 'rodjek/vim-puppet'
Bundle 'ervandew/supertab'
Bundle 'godlygeek/tabular'
Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-ragtag'
Bundle 'tpope/vim-git'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-cucumber'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-haml'
Bundle 'tpope/vim-markdown'
Bundle 'tpope/vim-rails'
" vim-scripts repos
" Bundle 'Align'
Bundle 'Gist.vim'
Bundle 'haproxy'
Bundle 'matchit.zip'
Bundle 'tComment'
filetype plugin indent on " required!