add hint for [LuaLS/lua-language-server] (#469)

* fix formatting, remove closed issues

* Update Dev-Status.md

* Update Dev-Status.md

* add hint for [LuaLS/lua-language-server]
This commit is contained in:
mi-hol 2023-04-02 14:47:38 +02:00 committed by GitHub
parent 13b7c5faab
commit 718b9088bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ function onTick()
end
```
### Editing Scripts
To ease editing a LUA script an editor that supports Language Server Protocol (LSP) is highly recommended.
For an option see [LuaLS/lua-language-server](https://github.com/LuaLS/lua-language-server#install)
## Hooks/Function Reference
### User Settings