dressing.nvim/.luarc.json

10 lines
116 B
JSON
Raw Normal View History

2024-08-16 22:19:55 +00:00
{
"runtime": {
"version": "LuaJIT",
"pathStrict": true
},
"type": {
"checkTableShape": true
}
}