Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add info about pathwatcher to EmmyLua Spoon #277

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Source/EmmyLua.spoon/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
--- under ~/.hammerspoon/Spoons/EmmyLua.spoon/annotations.
--- Annotations will only be generated if they don't exist yet or are out of date.
---
--- Note: Load this Spoon before any pathwatchers are defined to avoid unintended behaviour (for example multiple reloads when the annotions are created).
---
--- In order to get auto completion in your editor, you need to have one of the following LSP servers properly configured:
--- * [lua-language-server](https://github.com/sumneko/lua-language-server) (recommended)
--- * [EmmyLua-LanguageServer](https://github.com/EmmyLua/EmmyLua-LanguageServer)
Expand Down