chore(hammerspoon): add .luarc.json config file for lua-language-server

This commit is contained in:
2023-04-23 16:27:01 +01:00
parent b5a3dc2e4e
commit 214d82f0aa

10
hammerspoon/.luarc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"diagnostics.globals": [
"hs",
"spoon"
],
"workspace.library": [
"/Applications/Hammerspoon.app/Contents/Resources/extensions/hs"
]
}