Regenerate nvim config
This commit is contained in:
25
config/neovim/store/lazy-plugins/promise-async/.luarc.json
Normal file
25
config/neovim/store/lazy-plugins/promise-async/.luarc.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"diagnostics.disable": [
|
||||
"duplicate-set-field"
|
||||
],
|
||||
"diagnostics.globals": [
|
||||
"vim",
|
||||
"jit",
|
||||
"it",
|
||||
"describe",
|
||||
"before_each",
|
||||
"after_each",
|
||||
"spy",
|
||||
"setup",
|
||||
"teardown",
|
||||
"done",
|
||||
"wait"
|
||||
],
|
||||
"diagnostics.severity": {
|
||||
"undefined-field": "Hint"
|
||||
},
|
||||
"runtime.version": "LuaJIT",
|
||||
"type.castNumberToInteger": true,
|
||||
"type.weakUnionCheck": true
|
||||
}
|
||||
Reference in New Issue
Block a user