Files
ale/doc
Jon Parise 7eae781291 Add elixir-ls language server support
ElixirLS (https://github.com/JakeBecker/elixir-ls) is an LSP server for
Elixir. It's distributed as a release package that can be downloaded
from https://github.com/JakeBecker/elixir-ls/releases or built locally.

The easiest way to start it is via Unix- and Win32-specific helper
scripts, so that's the basis of this command integration. Alternatively,
we could implement the contents of those platform-specific scripts in
the linter's command callback in a language-neutral way, but there isn't
any benefit to doing that aside from eliminating the platform check, and
that could prove to be too tight of a coupling going forward.
2018-10-11 08:31:12 -07:00
..
2018-09-26 20:09:37 +08:00
2018-09-26 20:09:37 +08:00
2018-08-27 10:58:17 +09:00
2018-09-19 19:33:23 +01:00
2018-08-02 13:50:56 -07:00
2018-09-08 16:05:34 -04:00
2018-09-26 20:09:37 +08:00
2018-09-06 21:59:03 -04:00
2018-08-26 13:47:56 +02:00
2018-09-27 16:48:47 +01:00
2018-09-09 23:34:27 +02:00
2018-09-08 01:34:10 +02:00
2018-08-03 21:13:48 +01:00
2018-10-11 08:31:12 -07:00