14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime": {
|
|
"version": "LuaJIT"
|
|
},
|
|
"workspace": {
|
|
"library": [
|
|
"~/.config/yazi/plugins/types.yazi/"
|
|
]
|
|
},
|
|
"diagnostics": {
|
|
"disable": ["undefined-field"]
|
|
}
|
|
}
|