convert to mise
Some checks failed
ci / ci (push) Has been cancelled

This commit is contained in:
2026-01-18 21:01:05 -07:00
parent 72b6886838
commit e6ff44a1a1
16 changed files with 240 additions and 44 deletions

16
.luarc.json Normal file
View File

@@ -0,0 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/refs/heads/master/setting/schema.json",
"runtime": {
"version": "LuaJIT"
},
"workspace": {
"ignoreDir": [
".prefix"
],
"library": [
"$VIMRUNTIME",
"library/busted",
"library/luv"
]
}
}