質問するログイン新規登録

質問編集履歴

1

fixed path

2022/07/17 18:59

投稿

Logarithm
Logarithm

スコア80

title CHANGED
File without changes
body CHANGED
@@ -35,14 +35,14 @@
35
35
  86 endif
36
36
  87
37
37
  88 " Required:
38
- 89 set runtimepath+=/Users/kosuke/.cache/dein/repos/github.com/Shougo/dein.vim
38
+ 89 set runtimepath+=MYHOME/.cache/dein/repos/github.com/Shougo/dein.vim
39
39
  90
40
40
  91 " Required:
41
- 92 call dein#begin('/Users/kosuke/.cache/dein')
41
+ 92 call dein#begin('MYHOME/.cache/dein')
42
42
  93
43
43
  94 " Let dein manage dein
44
44
  95 " Required:
45
- 96 call dein#add('/Users/kosuke/.cache/dein/repos/github.com/Shougo/dein.vim')
45
+ 96 call dein#add('MYHOME/.cache/dein/repos/github.com/Shougo/dein.vim')
46
46
  97
47
47
  98 " Add or remove your plugins here like this:
48
48
  99 "call dein#add('Shougo/neosnippet.vim')