-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundles.vim
263 lines (208 loc) · 5.98 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
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 'Shougo/neocomplcache'
"Bundle 'Shougo/neocomplete'
Bundle 'garbas/vim-snipmate'
Bundle 'ervandew/supertab'
"Bundle 'honza/snipmate-snippets'
Bundle 'scrooloose/snipmate-snippets'
"python
"Bundle 'honza/vim-snippets'
"Bundle 'mattn/zencoding-vim'
Bundle 'mattn/emmet-vim'
Bundle 'mattn/webapi-vim'
Bundle 'Raimondi/delimitMate'
"------ snipmate dependencies -------
Bundle 'MarcWeber/vim-addon-mw-utils'
Bundle 'tomtom/tlib_vim'
"-----------------
" Fast navigation
"-----------------
Bundle 'edsono/vim-matchit'
Bundle 'Lokaltog/vim-easymotion'
"--------------
" Fast editing
"--------------
Bundle 'tpope/vim-surround'
Bundle 'scrooloose/nerdcommenter'
Bundle 'sjl/gundo.vim'
Bundle 'godlygeek/tabular'
Bundle 'nathanaelkane/vim-indent-guides'
"--------------
" IDE features
"--------------
Bundle 'scrooloose/nerdtree'
Bundle 'humiaozuzu/TabBar'
Bundle 'majutsushi/tagbar'
Bundle 'mileszs/ack.vim'
Bundle 'kien/ctrlp.vim'
Bundle 'tpope/vim-fugitive'
Bundle 'Lokaltog/vim-powerline'
Bundle 'scrooloose/syntastic'
Bundle 'bronson/vim-trailing-whitespace'
"-------------
" Other Utils
"-------------
" Bundle 'humiaozuzu/fcitx-status'
Bundle 'nvie/vim-togglemouse'
"--------------
" Color Schemes
"--------------
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 'fisadev/fisa-vim-colorscheme'
"Bundle 'https://github.com/jueqingsizhe66/Pydiction.git'
Bundle 'rkulla/pydiction'
"Bundle 'https://github.com/jueqingsizhe66/cscope.vim'
Bundle 'brookhong/cscope.vim'
"-----------------Here it all works without python
"------- web frontend ----------
Bundle 'othree/html5.vim'
" Bundle 'tpope/vim-haml'
Bundle 'pangloss/vim-javascript'
Bundle 'kchmck/vim-coffee-script'
Bundle 'nono/jquery.vim'
" Bundle 'groenewege/vim-less'
" Bundle 'wavded/vim-stylus'
" Bundle 'nono/vim-handlebars'
"------- markup language -------
Bundle 'tpope/vim-markdown'
" Bundle 'timcharper/textile.vim'
"-----------------Here it all works without python
"
"
"------- FPs ------
Bundle 'kien/rainbow_parentheses.vim'
" Bundle 'wlangstroth/vim-racket'
" Bundle 'vim-scripts/VimClojure'
" Bundle 'rosstimson/scala-vim-support'
"fortran"
"Bundle 'https://github.com/jueqingsizhe66/fortran_line_length.vim'
"Bundle 'caglartoklu/fortran_line_length.vim'
"Bundle 'https://github.com/jueqingsizhe66/fortran.vim'
"Bundle 'https://github.com/jueqingsizhe66/fortran_codecomplete.vim'
"Bundle 'vim-scripts/fortran.vim'
"something wrong 5/6
"Bundle 'vim-scripts/fortran_codecomplete.vim'
" fortran
Bundle 'xiexinyls/vim'
"matlab
Bundle 'elmanuelito/vim-matlab-behave'
"" -------------------Here above all can be done without python
"I increase
"2015-4-29
" bash and perl support has been existed in the WolfgangMehner/vim-plugins
"Bundle 'vim-scripts/bash-support.vim'
"Bundle 'vim-scripts/perl-support.vim'
"---Ok
"Bundle 'artur-shaik/vim-javacomplete2'
Bundle 'kovisoft/slimv'
Bundle 'vim-perl/vim-perl'
Bundle 'WolfgangMehner/vim-plugins'
Bundle 'jceb/vim-orgmode'
Bundle 'tpope/vim-speeddating'
Bundle 'lukerandall/haskellmode-vim'
"Bundle 'vim-scripts/LaTex-Suite-aka-Vim-LaTex'
Bundle 'lervag/vimtex'
Bundle 'jcf/vim-latex'
Bundle 'adimit/prolog.vim'
"marker
"Bundle 'xsunsmile/showmarks'
Bundle 'kshenoy/vim-signature'
Bundle 'dimasg/vim-mark'
"git 1
Bundle 'airblade/vim-gitgutter'
Bundle 'skwp/greplace.vim'
Bundle 'Xuyuanp/nerdtree-git-plugin'
"multicursor
Bundle 'terryma/vim-multiple-cursors'
"python snippts~important
"Bundle 'SirVer/ultisnips'
"racket
Bundle 'wlangstroth/vim-racket'
Bundle 'vim-scripts/scribble.vim'
"Bundle 'http://www.vim.org/scripts/script.php?script_id=197'
"delete parts for lookupfile ,use CtrlP instead and CtrlPFunc
"Bundle 'vim-scripts/genutils'
"Bundle 'vim-scripts/multvals.vim'
"Bundle 'vim-scripts/lookupfile' "2010 deleted
" genutils can create tag for vim and lookupfile
"Bundle 'oldguan/CreateTags'
Bundle 'dbmrq/vim-chalk'
""
Bundle 'vim-airline/vim-airline'
Bundle 'vim-airline/vim-airline-themes'
""support csv
Bundle 'chrisbra/csv.vim'
Bundle 'tacahiroy/ctrlp-funky'
" For java
Bundle 'yuratomo/java-api-complete'
Bundle 'yuratomo/java-api-javax'
Bundle 'yuratomo/java-api-org'
Bundle 'yuratomo/java-api-sun'
Bundle 'yuratomo/java-api-servlet2.3'
"Bundle 'yuratomo/java-api-android'
Bundle 'yuratomo/java-api-junit'
"strength the NerdTree, multiTags with one NerdTree
Bundle 'jistr/vim-nerdtree-tabs'
Bundle 'vim-ctrlspace/vim-ctrlspace'
Bundle 'tpope/vim-repeat'
"strength the tarbar
"Bundle 'xolox/vim-easytags'
"Bundle 'xolox/vim-misc'
"Bundle 'elentok/todo.vim'
Bundle 'freitass/todo.txt-vim'
Bundle 'mhinz/vim-startify'
":MRU
Bundle 'vim-scripts/mru.vim'
Bundle 'Shougo/unite.vim'
Bundle 'Shougo/vimfiler.vim'
"sources for unite
Bundle 'Shougo/unite-outline'
Bundle 'Shougo/neomru.vim'
Bundle 'sgur/unite-everything'
" Bundle 'Shougo/vimproc.vim', {
" \ 'build' : {
" \ 'windows' : 'tools\\update-dll-mingw',
" \ 'cygwin' : 'make -f make_cygwin.mak',
" \ 'mac' : 'make',
" \ 'linux' : 'make',
" \ 'unix' : 'gmake',
" \ },
" \ }
"
"
"" abbre
Bundle 'chip/vim-fat-finger'
Bundle 'wannesm/wmgraphviz.vim'
Bundle 'vim-scripts/gnuplot.vim'
Bundle 'mdlerch/vim-gnuplot'
" R lanagage
Bundle 'jalvesaq/Nvim-R'
"Bundle 'vim-scripts/Vim-R-plugin'
Bundle 'wdicarlo/vim-notebook'
Bundle 'vimoutliner/vimoutliner'
Bundle 'vimwiki/vimwiki'
"" code align vertical bar
Bundle 'Yggdroot/indentLine'
" modve the code textobject
Bundle 'matze/vim-move'
"" update the operation of f and F t and T
Bundle 'rhysd/clever-f.vim'
"" color to let you look better set termguicolors
Bundle 'romainl/Apprentice'
"Bundle 'itchyny/calendar.vim'
Bundle 'mattn/calendar-vim'
filetype plugin indent on " required!