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-07-01 13:55:41 +01:00
2018-07-23 20:41:48 +01:00
2018-09-19 19:33:23 +01:00
2018-10-11 10:00:10 +01:00
2017-12-05 00:37:31 +09:00
2018-08-24 13:16:58 +01:00
2018-08-26 13:47:56 +02:00
2017-10-29 21:48:28 +01:00
2017-10-21 12:31:49 -05:00
2018-09-04 16:51:18 +01:00
2017-09-09 18:03:34 +01:00
2018-07-23 20:41:48 +01:00
2018-07-06 01:00:30 +01:00