Skip to content

Commit 1f4fc5b

Browse files
committed
chore: add luarc
1 parent affcc53 commit 1f4fc5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.luarc.json

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)