-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Is your feature request related to a problem? Please describe.
Provide an LSP switching configuration for lua, but I'm not sure how the author views the scenario of having multiple LSPs for one language.
For lua, the most widely used LSP currently is luals, which is also the default LSP downloaded and activated. luals is derived from emmylua.
However, we have completely rewritten emmylua using rust, offering more features (some of which cannot be achieved with luals), and it is the most widely used LSP in IntelliJ IDEA (thanks to the user base of the original emmylua project).
Describe the solution you'd like
A clear and concise description of what you want to happen.
The author proposes a specification to handle situations where multiple LSPs exist for the same language.