Alloyed / lua-lsp

A Lua language server
MIT License
288 stars 21 forks source link

Update LuaRocks Package #33

Closed qbsc closed 4 years ago

qbsc commented 4 years ago

The package over on luarocks.org is 2 years old, and there have definitely been commits since then. The version there is still missing the rockspec update to include the missing formatting module, so formatting is broken, which is how I noticed.

Sooooo publish master to luarocks.org, please?

Alloyed commented 4 years ago

it's likely that the old package was valid, but for other reasons I've merged dev into master and updated the package anyways. Formatting exists, but it is only optionally enabled:

$ luarocks-5.1 install Formatter
$ luarocks-5.3 install lcf

to pick the flavor of formatter you prefer. closing for age but if you're still using lua-lsp and are still having an issue you're more than welcome to reopen~