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:
parent
13b7c5faab
commit
718b9088bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue