dotfiles/.luarc.json

7 lines
172 B
JSON
Raw Normal View History

2022-12-23 10:57:19 +01:00
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.globals": [
"vim",
"luakit"
]
}