forked from LazyVim/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscratch_config.json
46 lines (46 loc) · 1.16 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
{
"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" }
},
"use_telescope": false,
"filetypes": ["xml", "go", "lua", "js", "ts", "md", "py", "sh", "txt"],
"localKeys": [
{
"filenameContains": ["gp"],
"LocalKeys": [
{
"cmd": "<CMD>GpResponse<CR>",
"modes": ["n", "i", "v"],
"key": "<C-k>k"
}
]
}
],
"scratch_file_dir": "/Users/samievins/.cache/nvim/scratch.nvim",
"window_cmd": "edit"
}