We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.luarc.json
1 parent 8386a02 commit f54a3aaCopy full SHA for f54a3aa
1 file changed
.luarc.json
@@ -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