mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 01:46:43 +00:00
chore(hammerspoon): add .luarc.json config file for lua-language-server
This commit is contained in:
10
hammerspoon/.luarc.json
Normal file
10
hammerspoon/.luarc.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user