forked from xiaohuilam/.vimrc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vimbundle
118 lines (104 loc) · 2.81 KB
/
.vimbundle
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
set nocompatible " be iMproved
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
"------------------
" Code Completions
"------------------
Bundle 'ervandew/supertab'
Bundle 'mattn/emmet-vim'
Bundle 'rizzatti/funcoo.vim'
"-----------------
" Fast navigation
"-----------------
Bundle 'tmhedberg/matchit'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'vim-scripts/ShowMarks'
Bundle 'vim-scripts/Marks-Browser'
Bundle 'spiiph/vim-space'
Bundle 'tpope/vim-unimpaired'
Bundle 'tpope/vim-repeat'
"--------------
" Fast editing
"--------------
Bundle 'tpope/vim-surround'
Bundle 'scrooloose/nerdcommenter'
Bundle 'sjl/gundo.vim'
Bundle 'kana/vim-smartinput'
Bundle 'godlygeek/tabular'
Bundle 'yonchu/accelerated-smooth-scroll'
Bundle "michaeljsmith/vim-indent-object"
Bundle "vim-scripts/argtextobj.vim"
Bundle "bkad/CamelCaseMotion"
Bundle "Shougo/wildfire.vim"
"--------------
" IDE features
"--------------
Bundle 'scrooloose/nerdtree'
Bundle 'majutsushi/tagbar'
Bundle 'mileszs/ack.vim'
Bundle 'kien/ctrlp.vim'
Bundle 'tpope/vim-fugitive'
Bundle 'Lokaltog/vim-powerline'
"Bundle 'bling/vim-airline'
Bundle 'scrooloose/syntastic'
Bundle 'Shougo/unite.vim'
Bundle 'vim-scripts/mru.vim'
Bundle "junegunn/goyo.vim"
Bundle "amix/vim-zenroom2"
Bundle "dyng/ctrlsf.vim"
Bundle 'airblade/vim-gitgutter'
Bundle 'vim-scripts/bufexplorer.zip'
Bundle 'vim-scripts/session.vim--Odding'
Bundle 'rizzatti/dash.vim'
Bundle 'vim-scripts/Conque-Shell'
"-------------
" Other Utils
" ------------
Bundle "terryma/vim-expand-region"
Bundle 'nvie/vim-togglemouse'
Bundle 'vim-scripts/Gist.vim'
Bundle 'vim-scripts/cmdline-completion'
Bundle 'mattn/webapi-vim'
Bundle "tpope/vim-pastie"
Bundle 'bronson/vim-trailing-whitespace'
"----------------------------------------
" Syntax/Indent for language enhancement
"----------------------------------------
"js
Bundle 'jelera/vim-javascript-syntax'
Bundle 'maksimr/vim-jsbeautify'
" web backend
Bundle '2072/PHP-Indenting-for-VIm'
"Bundle 'tpope/vim-rails'
Bundle 'lepture/vim-jinja'
"Bundle 'digitaltoad/vim-jade'
" web front end
Bundle 'othree/html5.vim'
Bundle 'tpope/vim-haml'
Bundle 'nono/jquery.vim'
Bundle 'pangloss/vim-javascript'
Bundle 'kchmck/vim-coffee-script'
"Bundle 'groenewege/vim-less'
"Bundle 'wavded/vim-stylus'
" markup language
Bundle 'tpope/vim-markdown'
" Scheme
Bundle 'kien/rainbow_parentheses.vim'
"--------------
" Color Scheme
"--------------
Bundle 'rickharris/vim-blackboard'
Bundle 'altercation/vim-colors-solarized'
Bundle 'rickharris/vim-monokai'
Bundle 'tpope/vim-vividchalk'
Bundle 'Lokaltog/vim-distinguished'
Bundle 'chriskempson/vim-tomorrow-theme'
Bundle 'vim-scripts/peaksea'
Bundle 'morhetz/gruvbox'
Bundle 'marcelbeumer/twilight.vim'
Bundle 'fromonesrc/codeschool.vim'
Bundle 'tomasr/molokai'