mirror of
https://github.com/neovim/neovim.git
synced 2025-09-03 18:08:16 +00:00
26 lines
490 B
JSON
26 lines
490 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json",
|
|
"format": {
|
|
"externalTool": {
|
|
"program": "stylua",
|
|
"args": [
|
|
"-",
|
|
"--stdin-filepath",
|
|
"${file}"
|
|
]
|
|
}
|
|
},
|
|
"diagnostics": {
|
|
"disable": [
|
|
"unnecessary-if"
|
|
]
|
|
},
|
|
"codeAction": {
|
|
"insertSpace": true
|
|
},
|
|
"strict": {
|
|
"typeCall": true,
|
|
"arrayIndex": true
|
|
}
|
|
}
|