Skip to content

Commit fae77a6

Browse files
committed
add opencode.json
1 parent f768b19 commit fae77a6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

opencode.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://opencode.ai/config.json",
3+
"lsp": {
4+
"lua-ls": {
5+
"disabled": true
6+
},
7+
"emmylua_ls": {
8+
"command": ["emmylua_ls"],
9+
"extensions": [".lua"]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)