forked from qiao/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimrc.bundles
More file actions
34 lines (34 loc) · 1000 Bytes
/
vimrc.bundles
File metadata and controls
34 lines (34 loc) · 1000 Bytes
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
Bundle 'gmarik/vundle'
Bundle 'vim-scripts/c.vim'
Bundle 'docunext/closetag.vim'
Bundle 'kien/ctrlp.vim'
Bundle 'Raimondi/delimitMate'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-fugitive'
Bundle 'nathanaelkane/vim-indent-guides'
Bundle 'nono/jquery.vim'
Bundle 'vim-scripts/matchit.zip'
Bundle 'Shougo/neocomplcache'
Bundle 'Shougo/neosnippet.git'
Bundle 'scrooloose/nerdcommenter'
Bundle 'scrooloose/nerdtree'
Bundle 'Lokaltog/vim-powerline'
Bundle 'kien/rainbow_parentheses.vim'
Bundle 'tpope/vim-rails'
Bundle 'ervandew/supertab'
Bundle 'tpope/vim-surround'
Bundle 'scrooloose/syntastic'
Bundle 'humiaozuzu/TabBar'
Bundle 'godlygeek/tabular'
Bundle 'majutsushi/tagbar'
Bundle 'kchmck/vim-coffee-script'
Bundle 'pangloss/vim-javascript'
Bundle 'mattn/emmet-vim'
Bundle 'epmatsw/ag.vim'
Bundle 'vim-scripts/sudo.vim'
Bundle 'hail2u/vim-css3-syntax'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'vim-scripts/nginx.vim'
Bundle 'honza/vim-snippets'
Bundle 'slim-template/vim-slim'
Bundle 'tpope/vim-haml'