質問編集履歴
1
.
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,6 +42,12 @@
|
|
42
42
|
|
43
43
|
$ pip3 install -U neovim
|
44
44
|
|
45
|
+
$ cd ~/.cache/dein
|
46
|
+
|
47
|
+
$ curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
|
48
|
+
|
49
|
+
$ sh ./installer.sh ~/.cache/dein
|
50
|
+
|
45
51
|
```
|
46
52
|
|
47
53
|
|