Skip to content

Commit

Permalink
chore: add .luarc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr committed Jul 18, 2024
1 parent 734902f commit bd87e84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .luarc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"runtime": {
"version": "LuaJIT",
"path": [
"lua/?.lua",
"lua/?/init.lua"
],
"pathStrict": true
},
"workspace": {
"checkThirdParty": "Disable",
"library": [
"test/plenary"
]
}
}

0 comments on commit bd87e84

Please sign in to comment.