-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
26 lines (26 loc) · 787 Bytes
/
Copy pathopencode.json
File metadata and controls
26 lines (26 loc) · 787 Bytes
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
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"external_directory": {
"~/.config/nvim/**": "allow",
"~/.cache/nvim/**": "allow",
"~/.local/share/nvim/**": "allow",
"~/.local/state/nvim/**": "allow",
"/home/linuxbrew/.linuxbrew/Cellar/neovim/**": "allow",
"/tmp/**": "allow"
},
"edit": {
"~/.local/share/nvim/**": "deny",
"~/.cache/nvim/**": "deny",
"~/.local/state/nvim/**": "ask",
"/home/linuxbrew/.linuxbrew/Cellar/neovim/**": "deny"
}
},
"mcp": {
"nvim": {
"type": "local",
"command": ["nvim-mcp", "--connect", "auto"],
"enabled": true
}
}
}