dotfiles/.config/awesome/.luarc.json

6 lines
435 B
JSON
Raw Normal View History

2024-02-15 21:17:39 -08:00
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
2024-02-17 17:14:20 -08:00
"diagnostics.globals": ["awesome", "client", "button", "dbus", "drawable", "drawin", "key", "keygrabber", "mousegrabber", "root", "selection", "tag", "window", "table.unpack", "unpack", "math.atan2", "jit", "pack", "mouse", "screen", "nlog", "log", "context"],
2024-02-17 20:45:36 -08:00
"workspace.library": ["/usr/share/awesome/lib/", "/usr/share/lua/5.4/"]
2024-02-15 21:17:39 -08:00
}