質問編集履歴
1
文章を修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,12 @@
|
|
6
6
|
2,以下のgithubのコードを参考にしたのですが関数の中には書かないため関数の中身を載せました。
|
7
7
|
3,関数ごと載せましたが違いました。
|
8
8
|
4,以下の直接実行提示サイト部ですがバイナリというディレクトリが自分の環境にはなぜかないため`~/.local/share/nvim/site/pack/packer/start/cmp-tabnine$ `部のinstall.shを実行しました。
|
9
|
+
5,`run='bash install.sh'`に変更して実行しました。
|
10
|
+
6,`run='./install.sh'`に変更して実行しました。
|
11
|
+
##### 環境
|
12
|
+
OS:Ubuntu
|
9
13
|
|
14
|
+
|
10
15
|
##### 参考サイト
|
11
16
|
https://github.com/tzachar/cmp-tabnine
|
12
17
|
直接実行:https://github.com/tzachar/cmp-tabnine/issues/3
|