dotfiles/.luarc.json

12 lines
268 B
JSON
Raw Permalink 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",
2022-12-23 11:15:55 +01:00
"luakit",
"lfs",
"cg"
2022-12-23 11:15:55 +01:00
],
"Lua.workspace.library": [
"${3rd}/lfs/library"
2022-12-23 10:57:19 +01:00
]
}