Add Hammerspoon Lua completions

This commit is contained in:
Kenneth Benzie 2025-11-11 23:01:08 +00:00
parent b65d0ef36d
commit f51bbe1236

View File

@ -100,6 +100,12 @@ return {
disable = { 'missing-fields', }, disable = { 'missing-fields', },
globals = { 'vim', }, globals = { 'vim', },
}, },
workspace = {
library = {
vim.fn.expand('~/.hammerspoon/Spoons'),
vim.fn.expand('~/.hammerspoon/Spoons/EmmyLua.spoon/annotations/'),
}
}
}, },
}, },
}, },