mirror of
https://github.com/neovim/neovim
synced 2025-07-15 08:41:47 +00:00
15 lines
186 B
JSON
15 lines
186 B
JSON
{
|
|
"diagnostics" : {
|
|
"disable" : [
|
|
"unnecessary-if"
|
|
]
|
|
},
|
|
"codeAction": {
|
|
"insertSpace": true
|
|
},
|
|
"strict": {
|
|
"typeCall": true,
|
|
"arrayIndex": true
|
|
}
|
|
}
|