Skip to content

Commit 2acb67f

Browse files
committed
feat(dx): add .luarc.json file
1 parent be830dc commit 2acb67f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.luarc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
3+
"runtime.version": "LuaJIT",
4+
"diagnostics.globals": [
5+
"vim"
6+
],
7+
"runtime.settings.path": [
8+
"?.lua",
9+
"?/init.lua"
10+
],
11+
"workspace.checkThirdParty": false,
12+
"workspace.library": [
13+
"$VIMRUNTIME"
14+
]
15+
}

0 commit comments

Comments
 (0)