We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affcc53 commit 1f4fc5bCopy full SHA for 1f4fc5b
.luarc.json
@@ -0,0 +1,9 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
3
+ "Lua.diagnostics.globals": [
4
+ "vim"
5
+ ],
6
+ "runtime": {
7
+ "version": "LuaJIT"
8
+ }
9
+}
0 commit comments