Alloyed / lua-lsp

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

Dev #17

Closed Alloyed closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage increased (+10.5%) to 80.033% when pulling a30aed751b0bbdddeb1d594eaae04d075ee7af83 on dev into b0fdd6617bc127763c72d40502fb62e9d20f3d55 on master.

ThaisRobba commented 6 years ago

Is LCF a custom new formatter? Is it better than Trinx's formatter? (https://github.com/trixnz/lua-fmt)

Alloyed commented 6 years ago

It is, installation instructions are at https://github.com/Alloyed/lua-lsp#plugins In terms of quality I don't have much of an opinion: I don't use any of the code formatters myself. afaict there isn't an obviously good enough formatter the way there is in other languages, so my plan is to integrate as many as possible and users can pick one that works for their usecase