Skip to content

Commit bd87e84

Browse files
committed
chore: add .luarc.json
1 parent 734902f commit bd87e84

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.luarc.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"runtime": {
3+
"version": "LuaJIT",
4+
"path": [
5+
"lua/?.lua",
6+
"lua/?/init.lua"
7+
],
8+
"pathStrict": true
9+
},
10+
"workspace": {
11+
"checkThirdParty": "Disable",
12+
"library": [
13+
"test/plenary"
14+
]
15+
}
16+
}

0 commit comments

Comments
 (0)