Some checks failed
NeoVim tests / code-quality (push) Failing after 1m6s
18 lines
425 B
JSON
18 lines
425 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json",
|
|
"diagnostics": {
|
|
"enable": true,
|
|
"globals": ["vim", "it", "describe", "before_each", "after_each"]
|
|
},
|
|
"runtime": {
|
|
"version": "LuaJIT"
|
|
},
|
|
"workspace": {
|
|
"library": [
|
|
"$VIMRUNTIME",
|
|
"library/busted",
|
|
"library/luassert"
|
|
]
|
|
}
|
|
}
|