-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vimrc.plugins.local.vim-plug
More file actions
executable file
·234 lines (233 loc) · 7.66 KB
/
.vimrc.plugins.local.vim-plug
File metadata and controls
executable file
·234 lines (233 loc) · 7.66 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
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
" The following are examples of different formats supported.
" Keep Plug commands between vundle#begin/end.
" plugin on GitHub repo
"Plug 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html
"Plug 'L9'
" Git plugin not hosted on GitHub
" Plug 'git://git.wincent.com/command-t.git'
Plug 'wincent/command-t'
" git repos on your local machine (i.e. when working on your own plugin)
"Plug 'file:///home/gmarik/path/to/plugin'
" The sparkup vim script is in a subdirectory of this repo called vim.
" Pass the path to set the runtimepath properly.
Plug 'rstacruz/sparkup', {'rtp': 'vim/'}
" Install L9 and avoid a Naming conflict if you've already installed a
" different version somewhere else.
"Plug 'ascenator/L9', {'as': 'newL9'}
" All of your Plugs must be added before the following line
Plug 'vim-scripts/a.vim'
Plug 'jiangmiao/auto-pairs'
Plug 'jlanzarotta/bufexplorer'
Plug 'mattn/calendar-vim'
Plug 'vim-scripts/Colour-Sampler-Pack'
Plug 'godlygeek/csapprox'
" Plug 'Raimondi/delimitMate'
Plug 'will133/vim-dirdiff', {'as': 'dirdiff'}
"Plug 'jbarbero/doctabs.vim', {'as': 'doctabs'}
Plug 'vim-scripts/DrawIt'
Plug 'vim-scripts/genutils'
Plug 'yegappan/grep'
Plug 'morhetz/gruvbox'
Plug 'sjl/gundo.vim', {'as': 'gundo'}
"Plug 'vim-scripts/highlight.vim', {'as': 'highlight'}
Plug 'octol/vim-cpp-enhanced-highlight'
"Plug 'vim-scripts/Highlighter.vim', {'as': 'highlighter'}
Plug 'nanotech/jellybeans.vim'
Plug 'Valloric/ListToggle'
Plug 'vim-scripts/lookupfile'
Plug 'dimasg/vim-mark'
Plug 'vim-scripts/Marks-Browser'
Plug 'vim-scripts/mimicpak'
"Plug 'Shougo/neocomplcache.vim'
"Plug 'scrooloose/nerdtree'
"Plug 'Xuyuanp/nerdtree-git-plugin'
"Plug 'jistr/vim-nerdtree-tabs'
Plug 'vim-scripts/OmniCppComplete'
Plug 'https://github.com/glts/vim-magnum.git'
Plug 'https://github.com/glts/vim-radical.git'
Plug 'vim-scripts/ScrollColors'
Plug 'garbas/vim-snipmate'
Plug 'https://github.com/tomtom/tlib_vim.git', {'as': 'tlib'}
Plug 'MarcWeber/vim-addon-mw-utils'
Plug 'honza/vim-snippets'
Plug 'wesleyche/SrcExpl'
Plug 'vim-scripts/sudoku'
"Plug 'vim-scripts/sudoku_game'
"Plug 'ervandew/supertab'
Plug 'gcmt/taboo.vim'
"Plug 'majutsushi/tagbar'
"Plug 'tisyang/taglist'
Plug 'tomtom/tcomment_vim', {'as': 'tcomment'}
Plug 'drmingdrmer/xptemplate'
Plug 'wesleyche/Trinity'
"Plug 'mbbill/undotree'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'osyo-manga/vim-anzu'
Plug 'Townk/vim-autoclose'
Plug 'kballenegger/vim-autoreadwatch'
Plug 'mildred/vim-bufmru'
"Plug 'altercation/vim-colors-solarized'
Plug 'itchyny/vim-cursorword'
Plug 'ryanoasis/vim-devicons'
Plug 'Shougo/unite.vim'
Plug 'tpope/vim-endwise'
Plug 'mhinz/vim-grepper'
Plug 'artur-shaik/vim-javacomplete2'
"Plug 'terryma/vim-multiple-cursors'
Plug 'jeffkreeftmeijer/vim-numbertoggle'
Plug 'WolfgangMehner/vim-plugins'
Plug 'fatih/vim-go'
Plug 'sheerun/vim-polyglot'
Plug 'kshenoy/vim-signature'
Plug 'mhinz/vim-signify'
Plug 'justinmk/vim-sneak'
Plug 'mhinz/vim-janah'
Plug 'mhinz/vim-startify'
"Plug 'tpope/vim-surround'
Plug 'bronson/vim-visual-star-search'
Plug 'vimwiki/vimwiki'
Plug 'foxconndmd/winmanager'
Plug 'jnurmine/Zenburn'
Plug 'vim-scripts/Decho'
"Plug 'Valloric/YouCompleteMe'
Plug 'tpope/vim-afterimage'
Plug 'tpope/vim-obsession'
Plug 'wikitopian/hardmode'
Plug 'xolox/vim-notes'
Plug 'xolox/vim-misc'
Plug 'vim-scripts/FuzzyFinder'
Plug 'junegunn/vim-easy-align'
Plug 'tacahiroy/ctrlp-funky'
Plug 'mhinz/vim-rfc'
Plug 'vim-scripts/rfc-syntax'
"Plug 'python-mode/python-mode'
Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
Plug 'tao12345666333/vim-vue'
" 更高效的行内移动, f/F/t/T, 才触发
" quickscope
" Plug 'unblevable/quick-scope'
" expandregion
" 选中区块
Plug 'terryma/vim-expand-region'
" ctrlsf
" 类似sublimetext的搜索
" In CtrlSF window:
" 回车/o, 打开
" t 在tab中打开(建议)
" T - Lkie t but focus CtrlSF window instead of opened new tab.
" q - Quit CtrlSF window.
Plug 'dyng/ctrlsf.vim'
" ctrlsf
" 类似sublimetext的搜索
" In CtrlSF window:
" 回车/o, 打开
" t 在tab中打开(建议)
" T - Lkie t but focus CtrlSF window instead of opened new tab.
" q - Quit CtrlSF window.
Plug 'dyng/ctrlsf.vim'
" rainbow_parentheses
" 括号显示增强
Plug 'kien/rainbow_parentheses.vim'
Plug 'vim-scripts/TaskList.vim'
Plug 'chxuan/vim-buffer'
Plug 'chxuan/prepare-code'
Plug 'chxuan/cpp-mode'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'Xuyuanp/nerdtree-git-plugin'
" Plug 'Yggdroot/LeaderF', { 'do': './install.sh' }
Plug 'haya14busa/incsearch.vim'
Plug 'terryma/vim-smooth-scroll'
Plug 'tpope/vim-fugitive'
Plug 'junegunn/gv.vim'
Plug 'mileszs/ack.vim'
Plug 'chxuan/tagbar'
Plug 'chxuan/vim-buffer'
Plug 'rhysd/clever-f.vim'
Plug 'kana/vim-textobj-user'
Plug 'kana/vim-textobj-indent'
Plug 'kana/vim-textobj-syntax'
Plug 'kana/vim-textobj-function'
Plug 'sgur/vim-textobj-parameter'
Plug 'chxuan/change-colorscheme'
Plug 'joshdick/onedark.vim'
Plug 'petermeng/SwissCalc'
Plug 'WolfgangMehner/git-support'
Plug 'Chiel92/vim-autoformat'
Plug 'lfv89/vim-interestingwords'
Plug 'farmergreg/vim-lastplace'
Plug 'xolox/vim-session'
Plug 'mg979/vim-visual-multi', {'branch': 'master'}
Plug 'rickhowe/blockwisediff.vim'
Plug 'andymass/vim-matchup'
Plug 'dhruvasagar/vim-table-mode'
Plug 'brooth/far.vim', { 'on': ['F', 'Far', 'Fardo'] }
Plug 'gcmt/wildfire.vim' " in Visual mode, type i' to select all text in '', or type i) i] i} ip
Plug 'ntpeters/vim-better-whitespace', { 'on': ['EnableWhitespace', 'ToggleWhitespace'] } "displays trailing whitespace (after :EnableWhitespace, vim slows down)
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'instant-markdown/vim-instant-markdown'
Plug 'dkarter/bullets.vim'
Plug 'mzlogin/vim-markdown-toc'
Plug 'pechorin/any-jump.vim'
"Plug 'neoclide/coc.nvim', {'branch': 'release'}
" Git
Plug 'theniceboy/vim-gitignore', { 'for': ['gitignore', 'vim-plug'] }
"Plug 'fszymanski/fzf-gitignore', { 'do': ':UpdateRemotePlugins' }
Plug 'theniceboy/fzf-gitignore', { 'do': ':UpdateRemotePlugins' }
"Plug 'mhinz/vim-signify'
Plug 'airblade/vim-gitgutter'
Plug 'cohama/agit.vim'
Plug 'luochen1990/rainbow'
Plug 'Yggdroot/indentLine'
Plug 'junegunn/goyo.vim' " Focus Mode
Plug 'junegunn/limelight.vim' " Limelight - Additional Focus mode stuff with Goyo
Plug 'zivyangll/git-blame.vim'
Plug 'junegunn/gv.vim'
Plug 'jreybert/vimagit'
Plug 'rhysd/committia.vim'
Plug 'gregsexton/gitv', {'on': ['Gitv']}
Plug 'idanarye/vim-merginal'
Plug 'rhysd/git-messenger.vim'
Plug 'rhysd/conflict-marker.vim'
Plug 'sheerun/vim-polyglot'
Plug 'ldelossa/calltree.nvim'
Plug 'autozimu/LanguageClient-neovim', {
\ 'branch': 'next',
\ 'do': 'bash install.sh',
\ }
Plug 'justinmk/vim-syntax-extra'
Plug 'inside/vim-search-pulse'
" Plug 'puremourning/vimspector'
Plug 'AndrewRadev/sideways.vim'
Plug 'AndrewRadev/splitjoin.vim'
Plug 'matze/vim-move'
Plug 'jeetsukumaran/vim-buffergator'
Plug 'vim-scripts/ShowTrailingWhitespace'
Plug 'mg979/vim-xtabline'
Plug 'mg979/do.vim'
Plug 'mg979/vim-yanktools'
Plug 'mhinz/vim-grepper', { 'on': ['Grepper', '<plug>(GrepperOperator)'] }
Plug 'mg979/rgb.vim'
Plug 'Shougo/echodoc.vim'
Plug 'liuchengxu/vista.vim'
"Plug 'prabirshrestha/vim-lsp'
"Plug 'mattn/vim-lsp-settings'
Plug 't9md/vim-quickhl'
Plug 'bagrat/vim-buffet'
Plug 't9md/vim-choosewin'
"Plug '/mnt/g/project/ubuntu/main/vimfiles/bundle/vim-l9'
Plug 'petermeng/vim-l9'
Plug 'liuchengxu/vim-clap', { 'do': { -> clap#installer#force_download() } }
Plug 'liuchengxu/vista.vim'
Plug 'dstein64/vim-startuptime'
Plug 'dstein64/vim-win'
Plug 'petermeng/cscope-fzf'
Plug 'zeminzhou/diffview.vim'
Plug 'voldikss/vim-floaterm'
Plug 'gelguy/wilder.nvim'
" To use Python remote plugin features in Vim, can be skipped
Plug 'roxma/nvim-yarp'
Plug 'roxma/vim-hug-neovim-rpc'
Plug 'APZelos/blamer.nvim'