neogit/.luarc.json
2023-11-05 21:52:48 +01:00

13 lines
319 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.disable": [
"redefined-local"
],
"diagnostics.globals": [
"vim",
"it",
"describe",
"before_each"
],
"workspace.checkThirdParty": "Disable",
}