Skip to content

Commit 1c1c8fd

Browse files
committed
chore: Added .luarc.json
1 parent 0d6aac5 commit 1c1c8fd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.luarc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"completion.callSnippet": "Both",
3+
"completion.displayContext": 5,
4+
"completion.keywordSnippet": "Disable",
5+
6+
"diagnostics.globals": [ "vim" ],
7+
"hint.arrayIndex": "Enable",
8+
"hint.enable": true,
9+
"hint.setType": true,
10+
11+
"hover.enumsLimit": 10,
12+
"hover.previewFields": 10,
13+
14+
"runtime.version": "LuaJIT"
15+
}

0 commit comments

Comments
 (0)