neogit/.luarc.json

14 lines
319 B
JSON
Raw Permalink Normal View History

2022-12-09 10:53:24 +01:00
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.disable": [
"redefined-local"
],
"diagnostics.globals": [
"vim",
"it",
"describe",
"before_each"
],
2023-11-05 21:52:12 +01:00
"workspace.checkThirdParty": "Disable",
}