質問編集履歴
1
不必要な部分削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,12 +72,6 @@
|
|
72
72
|
|
73
73
|
endif
|
74
74
|
|
75
|
-
"if has('mouse')
|
76
|
-
|
77
|
-
" set mouse=a
|
78
|
-
|
79
|
-
"endif
|
80
|
-
|
81
75
|
|
82
76
|
|
83
77
|
" Indicates a fast terminal connection
|
@@ -216,76 +210,6 @@
|
|
216
210
|
|
217
211
|
|
218
212
|
|
219
|
-
"dein Scripts-----------------------------
|
220
|
-
|
221
|
-
if &compatible
|
222
|
-
|
223
|
-
set nocompatible " Be iMproved
|
224
|
-
|
225
|
-
endif
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
" Required:
|
230
|
-
|
231
|
-
set runtimepath+=/Users/sekizawakeisuke/.cache/dein/repos/github.com/Shougo/dein.vim
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
" Required:
|
236
|
-
|
237
|
-
call dein#begin('/Users/sekizawakeisuke/.cache/dein')
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
" Let dein manage dein
|
242
|
-
|
243
|
-
" Required:
|
244
|
-
|
245
|
-
call dein#add('Shougo/dein.vim')
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
" Add or remove your plugins here:
|
250
|
-
|
251
|
-
call dein#add('Shougo/neosnippet.vim')
|
252
|
-
|
253
|
-
call dein#add('Shougo/neosnippet-snippets')
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
" You can specify revision/branch/tag.
|
258
|
-
|
259
|
-
call dein#add('Shougo/vimshell', { 'rev': '3787e5' })
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
" Required:
|
264
|
-
|
265
|
-
call dein#end()
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
" Required:
|
270
|
-
|
271
|
-
filetype plugin indent on
|
272
|
-
|
273
|
-
syntax enable
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
" If you want to install not installed plugins on startup.
|
278
|
-
|
279
|
-
if dein#check_install()
|
280
|
-
|
281
|
-
call dein#install()
|
282
|
-
|
283
|
-
endif
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
"End dein Scripts-------------------------
|
288
|
-
|
289
213
|
```
|
290
214
|
|
291
215
|
|