-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVundleFile
More file actions
208 lines (178 loc) · 6.96 KB
/
VundleFile
File metadata and controls
208 lines (178 loc) · 6.96 KB
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
" let Vundle manage Vundle
" required vundles
"NeoBundle 'gmarik/vundle'
NeoBundleFetch 'Shougo/neobundle.vim'
" Basic Editing {{{1
NeoBundle 'tpope/vim-repeat'
NeoBundle 'Lokaltog/vim-easymotion'
NeoBundle 'ervandew/supertab'
NeoBundle 'bsl/obviousmode'
NeoBundle 'surround.vim'
NeoBundle 'AfterColors.vim'
NeoBundle 'camelcasemotion'
NeoBundle 'matchit.zip'
NeoBundleLazy 'scratch.vim', {'autoload': {'commands': 'Scratch'}}
NeoBundleLazy 'toggle_words.vim', {'autoload': {'commands': 'ToggleWord'}}
NeoBundleLazy 'L9'
NeoBundleLazy 'FuzzyFinder', {'autoload': {'commands': ['FufFileWithCurrentBufferDir',]}}
NeoBundleLazy 'grep.vim'
NeoBundleLazy 'goldfeld/vim-seek'
" }}}1
" Coding {{{1
" NeoBundle 'scrooloose/syntastic.git'
" NeoBundle 'scrooloose/nerdcommenter'
NeoBundle 'tomtom/tcomment_vim'
NeoBundle 'endwise.vim'
NeoBundle 'Yggdroot/indentLine'
" NeoBundleLazy 'Bexec'
" NeoBundleLazy 'scrooloose/nerdtree'
NeoBundleLazy 'majutsushi/tagbar'
NeoBundleLazy 'AndrewRadev/linediff.vim.git'
" NeoBundleLazy 'xuhdev/SingleCompile', {'autoload': {'commands': ['SCCompile', 'SCCompileRun']}}
" }}}1
" ColorSchemes {{{1
NeoBundle 'altercation/vim-colors-solarized.git'
" NeoBundle 'biskark/vim-ultimate-colorscheme-utility.git'
" }}}1
" Advanced Editing {{{1
" NeoBundle 'AutoComplPop'
" NeoBundle 'Valloric/YouCompleteMe', {'augroup': 'youcompletemeStart',
" \ 'build': {
" \ 'mac': './install.sh --clang-completer',
" \ 'unix': './install.sh --clang-completer',
" \ 'cygwin': './install.sh --clang-completer',
" \ },
" \ }
NeoBundle 'rking/ag.vim.git'
NeoBundle 'kien/ctrlp.vim.git'
NeoBundle 'FelikZ/ctrlp-py-matcher'
NeoBundle 'tacahiroy/ctrlp-funky'
NeoBundle 'drmingdrmer/xptemplate.git', {'augroup': 'XPT'}
NeoBundle 'vis'
"NeoBundle 'Align'
NeoBundle 'junegunn/vim-easy-align'
" NeoBundle 'LargeFile'
" NeoBundle 'ZoomWin'
NeoBundle 'genutils'
NeoBundle 'tpope/vim-abolish.git'
" NeoBundle 'tpope/vim-dispatch' " dispatch.vim: asynchronous build and test dispatcher
NeoBundle 'vimwiki'
NeoBundle 'chrisbra/NrrwRgn.git'
NeoBundle 'sk1418/Join'
" NeoBundle 'maxbrunsfeld/vim-yankstack'
NeoBundle 'werks.vim'
" NeoBundle 'gcmt/wildfire.vim'
NeoBundleLazy 'Raimondi/delimitMate'
NeoBundleLazy 'VisIncr'
NeoBundleLazy 'foldcol.vim'
NeoBundleLazy 'foldutil.vim'
NeoBundleLazy 'bufexplorer.zip', {'autoload': {'mappings': '<leader>be'},}
" NeoBundleLazy 'tpope/vim-rsi.git'
" NeoBundleLazy 'terryma/vim-multiple-cursors.git', {'name': 'multiple-cursors'}
NeoBundleLazy 'sessionman.vim'
" NeoBundleLazy 'range-search.vim'
" NeoBundleLazy 'tpope/vim-afterimage.git'
" NeoBundleLazy 'mileszs/ack.vim.git'
NeoBundle 'MattesGroeger/vim-bookmarks'
"}}}1
" Utils {{{1
NeoBundle 'Shougo/vimproc', {
\ 'build' : {
\ 'windows' : 'make -f make_mingw32.mak',
\ 'cygwin' : 'make -f make_cygwin.mak',
\ 'mac' : 'make -f make_mac.mak',
\ 'unix' : 'make -f make_unix.mak',
\ },
\ }
NeoBundle 'Shougo/unite.vim.git'
NeoBundle 'Shougo/vimfiler', {'depends' : 'Shougo/unite.vim'}
NeoBundle 'cecutil' " Some utilities used by several of my scripts (window positioning, mark handling)
" NeoBundle 'tangledhelix/vim-octopress.git'
NeoBundle 'kana/vim-fakeclip'
NeoBundle 'a.vim'
NeoBundle 'Lokaltog/vim-powerline.git'
" NeoBundle 'bling/vim-airline'
NeoBundle 'localvimrc', {'augroup': 'localvimrc'}
" related to tmux
NeoBundleLazy 'kikijump/tslime.vim.git'
NeoBundle 'epeli/slimux.git'
NeoBundle 'tpope/vim-tbone' " tbone.vim: tmux basics
NeoBundle 'mhinz/vim-startify'
"NeoBundle 'nsmgr8/vitra'
"NeoBundle 'tracwiki' " 0.4 Vim syntax file for Trac wiki syntax
NeoBundle 'rizzatti/funcoo.vim'
NeoBundle 'rizzatti/dash.vim'
NeoBundleLazy 'vim-scripts/rainbow_csv.vim', {
\ 'autoload': {'commands': ['RainbowDelim']},
\ 'filetypes': ['csv', 'tsv']}
NeoBundleLazy 'dhruvasagar/vim-table-mode', {'depends': 'godlygeek/tabular',
\ 'autoload': {
\ 'commands': ['TableModeEnable', 'TableModeToggle', 'Tableize'],
\ 'mappings': '<leader>tm',
\},
\} " VIM Table Mode for blazing fast instant table creation.
NeoBundleLazy 'renamer.vim', {'autoload': {'commands': 'Renamer',},}
NeoBundleLazy 'vimGTD', {'autoload': {'filetypes': ['gtd',],},}
NeoBundleLazy 'TwitVim'
NeoBundleLazy 'quickrun.vim'
NeoBundleLazy 'DirDiff.vim'
NeoBundleLazy 'DirDo.vim'
NeoBundleLazy 'greplace.vim'
NeoBundleLazy 'ViewOutput', {'autoload': {'commands': 'VO'}}
NeoBundleLazy 'ScreenShot'
NeoBundleLazy 'HiColors'
NeoBundleLazy 'TVO--The-Vim-Outliner'
" needed for fetching schemes online. and much more
NeoBundleLazy 'mattn/webapi-vim'
NeoBundleLazy 'Rykka/colorv.vim', {'depends': 'mattn/webapi-vim'}
NeoBundleLazy 'ppwwyyxx/vim-PinyinSearch', {'name': 'pinyinsearch'}
"NeoBundleLazy 'lpenz/vimcommander', {'autoload': {'mappings': ';vc'}} " Total-commander-like file manager for VIM
"NeoBundle 'lpenz/vimcommander', {'directory': 'vimcommander/plugin'}
"}}}1
" Ruby Vundles {{{1
NeoBundleLazy 'tpope/vim-rails.git', {'autoload': {'filetypes': ['ruby', 'rails'],},}
NeoBundleLazy 'vim-ruby/vim-ruby.git', {'autoload': {'filetypes': ['ruby', 'rails'],},}
NeoBundleLazy 'janx/vim-rubytest', {'autoload': {'filetypes': ['ruby', 'rails'],},}
NeoBundleLazy 'ri-browser', {'autoload': {'filetypes': ['ruby', 'rails'],},}
" }}}1
" Python Vundles {{{1
NeoBundleLazy 'python.vim', {'autoload': {'filetypes': ['python',],},}
NeoBundleLazy 'fs111/pydoc.vim', {'autoload': {'filetypes': ['python',],},}
NeoBundleLazy 'python_match.vim', {'autoload': {'filetypes': ['python',],},}
" }}}1
" Web Vundles {{{1
NeoBundleLazy 'vim-coffee-script', {'autoload': {'filetypes': ['coffee', 'html', 'js', 'css', 'xml'],},}
NeoBundleLazy 'gregsexton/MatchTag', {'autoload': {'filetypes': ['html', 'xml'],},}
NeoBundleLazy 'rstacruz/sparkup', {'rtp': 'vim/', 'autoload': {'filetypes': ['html', 'js', 'css', 'xml'],},}
NeoBundleLazy 'mattn/zencoding-vim', {'autoload': {'filetypes': ['html', 'js', 'css', 'xml'],},}
NeoBundleLazy 'sukima/xmledit', {'autoload': {'filetypes': ['html', 'js', 'css', 'xml'],},}
NeoBundleLazy 'jsbeautify', {'autoload': {'filetypes': ['html', 'js', 'css', 'xml'],},}
" }}}1
" Git Utils {{{1
NeoBundle 'tpope/vim-fugitive'
NeoBundleLazy 'gregsexton/gitv', {'autoload': {'commands': 'Gitv'}}
NeoBundleLazy 'Gist.vim', {'autoload': {'commands': 'Gist'}}
"}}}1
"" C/C++ NeoBundles {{{1
"for i in ['c.vim', 'CRefVim', 'OmniCppComplete', 'derekwyatt/vim-protodef', 'FSwitch']
NeoBundleLazy 'OmniCppComplete', {'autoload': {'filetypes': ['c', 'cpp', 'h'],},}
NeoBundleLazy 'derekwyatt/vim-protodef', {'autoload': {'filetypes': ['c', 'cpp', 'h'],},}
NeoBundleLazy 'FSwitch', {'autoload': {'filetypes': ['c', 'cpp', 'h'],},}
" Qt
NeoBundleLazy 'https://bitbucket.org/kh3phr3n/vim-qt-syntax.git', {'autoload': {'filetypes': ['c', 'cpp', 'h'],},}
"" }}}1
" SQL Vundles {{{1
NeoBundleLazy 'SQLUtilities'
NeoBundleLazy 'dbext.vim'
" }}}1
" iOS Vundles {{{1
" NeoBundle 'msanders/cocoa.vim'
"NeoBundle 'eraserhd/vim-ios' " crashed vim
" }}}1
"" games {{{1
NeoBundleLazy 'sokoban.vim'
NeoBundleLazy 'TeTrIs.vim'
""}}}1
"" testing {{{1
"" }}}1
" vim: ft=vim