-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplugins.toml
200 lines (140 loc) · 4.51 KB
/
plugins.toml
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
# [[plugins]]
# repo = 'godlygeek/csapprox'
# if = "v:progname !=# 'gvim' && has('gui') && !has('nvim')"
# hook_add = '''
# " Convert colorscheme in Konsole.
# let g:CSApprox_konsole = 1
# let g:CSApprox_attr_map = { 'bold' : 'bold', 'italic' : '', 'sp' : '' }
# '''
# [[plugins]]
# repo = 'thinca/vim-guicolorscheme'
# if = "v:progname !=# 'gvim' && !has('gui') && !has('nvim')"
[[plugins]]
repo = 'Shougo/dein.vim'
# [[plugins]] # prevent message to print the real update
# repo = 'wsdjeg/dein-ui.vim'
# Default list of plugins
#########################
# GUI
[[plugins]]
repo = 'scrooloose/nerdtree'
on_cmd = ['NERDTreeFind', 'NERDTreeToggle']
[[plugins]]
repo = 'liuchengxu/vista.vim'
on_cmd = "Vista"
[[plugins]] # marks
repo = 'kshenoy/vim-signature'
[[plugins]]
repo = 'mbbill/undotree'
on_cmd = 'UndotreeToggle'
[[plugins]]
repo = 'mhinz/vim-startify'
[[plugins]]
repo = 'myusuf3/numbers.vim'
[[plugins]]
repo = 'junegunn/vim-peekaboo'
[[plugins]]
repo = 'CharlesGueunet/quickmenu.vim'
[[plugins]]
repo = 'tpope/vim-dispatch'
on_cmd = ['Dispatch', 'Dispatch!', 'Make', 'Make!', 'Start', 'Start!', 'Spawn', 'Spawn!']
[[plugins]] #C-w gh and associate to move window
repo = 'andymass/vim-tradewinds'
if = "exists('*win_screenpos') || exists('*nvim_win_get_position')"
[[plugins]] # Change / switch windows
repo = 't9md/vim-choosewin'
on_cmd = ['ChooseWin', 'ChooseWinSwap', 'ChooseWinSwapStay']
[[plugins]] # windows resize
repo = 'simeji/winresizer'
on_cmd = ['WinResizerStartResize']
[[plugins]] # top window with current context
repo = 'wellle/context.vim'
# Versionning
[[plugins]]
repo = 'airblade/vim-gitgutter'
[[plugins]]
repo = 'zivyangll/git-blame.vim'
[[plugins]]
repo = 'tpope/vim-fugitive'
# on_cmd = ['Git', 'Gcd', 'Glcd', 'Gstatus', 'Gcommit', 'Gmerge', 'Gpull', 'Grebase', 'Gpush', 'Gfetch', 'Ggrep', 'Glgrep', 'Glog', 'Gllog', 'Gedit', 'Gsplit', 'Gvsplit', 'Gtabedit', 'Gpedit', 'Gread', 'Gwrite', 'Gdiff', 'Gmove', 'Grename', 'Gdelete', 'Gremove', 'Gblame', 'Gbrowse']
[[plugins]] # beautiful git commit
repo = 'rhysd/committia.vim'
[[plugins]] # use tig directly
repo = 'iberianpig/tig-explorer.vim'
if ='executable("tig")'
on_cmd = ['TigBlame', 'TigGrep', 'TigGrepResume', 'TigOpenCurrentFile', 'TigOpenProjectRootDir', 'TigStatus']
# Operator / Selection / Region
[[plugins]] # highlight selected area
repo = 'machakann/vim-highlightedyank'
[[plugins]] # higlight word / pattern
repo = 'inkarkat/vim-mark'
depends = ['vim-ingo-library']
[[plugins]] # highlight matching delimiters
repo = 'luochen1990/rainbow'
on_ft = ['c', 'cpp', 'go', 'ruby', 'javascript']
[[plugins]] # Brackets / delimiters autoclose
repo = 'Raimondi/delimitMate'
on_i = 1
[[plugins]]
repo = 'kana/vim-textobj-user'
[[plugins]]
repo = 'sgur/vim-textobj-parameter'
depends = 'vim-textobj-user'
[[plugins]]
repo = 'glts/vim-textobj-comment'
depends = 'vim-textobj-user'
[[plugins]]
repo = 'kana/vim-textobj-indent'
depends = 'vim-textobj-user'
[[plugins]]
repo = 'kana/vim-textobj-entire'
depends = 'vim-textobj-user'
[[plugins]]
repo = 'tpope/vim-commentary'
[[plugins]]
repo = 'tpope/vim-surround'
[[plugins]] # % works on if / while / ...
repo = 'andymass/vim-matchup'
# Buffers / Tabs / motions
[[plugins]] # Fuzzy motions
repo = 'ctrlpvim/ctrlp.vim'
on_cmd = ['CtrlP', 'CtrlPBuffer', 'CtrlPMixed', 'CtrlPLine', 'CtrlPBufTag', 'CtrlPQuickfix']
[[plugins]] # fast travel with preview
repo = 'Lokaltog/vim-easymotion'
# Search & Replace
[[plugins]] # preview substitute
repo = 'markonm/traces.vim'
[[plugins]] # number of occurence on find
repo = 'google/vim-searchindex'
[[plugins]] # search in files
repo = 'eugen0329/vim-esearch'
# Text process
[[plugins]] # align operator
repo = 'tommcdo/vim-lion'
[[plugins]] # cylcle between values / regexp
repo = 'AndrewRadev/switch.vim'
on_cmd = ['Switch', 'SwitchReverse']
[[plugins]] # insertion without moving cursor
repo = 'joereynolds/place.vim'
[[plugins]] # cylce btween recent copy
repo = 'vim-scripts/YankRing.vim'
[[plugins]] # exchange two regions
repo = 'tommcdo/vim-exchange'
# Completion / Linters
[[plugins]] # LSP completion
repo = 'neoclide/coc.nvim'
merge = 0
build = './install.sh nightly'
[[plugins]] # asynchronous complete
repo = 'w0rp/ale'
[[plugins]] # dot also repeats some plugins
repo = 'tpope/vim-repeat'
# Snippets
[[plugins]] # Engine
repo = 'SirVer/ultisnips'
# # For improved completion: CocInstall ultisnips
[[plugins]] # Definitions
repo = 'honza/vim-snippets'
# Lib & Tools for plugins
[[plugins]] # for vim-mark
repo = 'inkarkat/vim-ingo-library'