A Language Server for Lua code, written in Lua.
It's still a work in progress, but it's usable for day-to-day. It currently
supports:
* Limited autocompletion
* Goto definition
* As you type linting and syntax checking
* Code formatting
* Supports Lua 5.1-5.3 and Luajit
Versions
Dependencies
dkjson ~> 2.5
inspect ~> 3.1
LPegLabel ~> 1.6
lua >= 5.1, < 5.4