.dotfiles/.luarc.json

8 lines
190 B
JSON
Raw Normal View History

2022-03-01 23:25:44 +01:00
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.globals": [
"require",
2022-08-23 14:58:15 +02:00
"vim",
"pcall"
2022-03-01 23:25:44 +01:00
]
}