-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscratch_config.json
80 lines (80 loc) · 1.17 KB
/
scratch_config.json
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
{
"use_telescope": true,
"filetype_details": {
"go": {
"filename": "main",
"cursor": {
"location": [
4,
2
],
"insert_mode": true
},
"requireDir": true,
"content": [
"package main",
"",
"func main() {",
" ",
"}"
]
},
"json": [],
"gp.md": {
"cursor": {
"location": [
12,
2
],
"insert_mode": true
},
"content": [
"# topic: ?",
"",
"- model: {\"top_p\":1,\"temperature\":0.7,\"model\":\"gpt-3.5-turbo-16k\"}",
"- file: placeholder",
"- role: You are a general AI assistant.",
"",
"Write your queries after 🗨:. Run :GpChatRespond to generate response.",
"",
"---",
"",
"🗨:",
""
]
},
"yaml": [],
"k8s.yaml": {
"subdir": "learn-k8s"
}
},
"filetypes": [
"json",
"go",
"lua",
"js",
"py",
"sh"
],
"localKeys": [
{
"filenameContains": [
"gp"
],
"LocalKeys": [
{
"modes": [
"n",
"i",
"v"
],
"cmd": "<CMD>GpResponse<CR>",
"key": "<C-k>k"
}
]
}
],
"window_cmd": "edit",
"file_picker": "telescope",
"scratch_file_dir": "/Users/cyzhu/.cache/nvim/scratch.nvim"
}