ale/ale_linters/elixir
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
..
credo.vim Fix Credo message types (#1963) 2018-10-11 10:00:10 +01:00
dialyxir.vim FIX: use mix from the project root directory (#1954) 2018-10-10 17:19:47 +01:00
dogma.vim FIX: use mix from the project root directory (#1954) 2018-10-10 17:19:47 +01:00
elixir_ls.vim Add elixir-ls language server support 2018-10-11 08:31:12 -07:00
mix.vim FIX: use mix from the project root directory (#1954) 2018-10-10 17:19:47 +01:00