nixos-config/modules/home-manager/awesome/simple/dotfiles/.luarc.json
2024-07-13 02:54:22 +09:00

15 lines
293 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"workspace.library": ["lib"],
"runtime.version": "Lua 5.3",
"hint.enable": false,
"diagnostics": {
"globals": [
"awesome",
"client",
"screen",
"tag"
]
}
}