diff options
author | Mitchell Hanberg <mitch@mitchellhanberg.com> | 2023-07-23 21:28:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 10:28:34 +0900 |
commit | 7ba88ad343c57f69a2fb2469eded51a3bbd4813b (patch) | |
tree | b354326959e52a6b1151552c154ed6dbe0d70aea /ale_linters | |
parent | 32e1417d985f048c1e0783dec18795173c1b4599 (diff) | |
download | ale-7ba88ad343c57f69a2fb2469eded51a3bbd4813b.zip |
chore: update elixir_ls.vim (#4547)
The project was forked and lived under a new organization
Diffstat (limited to 'ale_linters')
-rw-r--r-- | ale_linters/elixir/elixir_ls.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/elixir/elixir_ls.vim b/ale_linters/elixir/elixir_ls.vim index d5517de5..a7d7110c 100644 --- a/ale_linters/elixir/elixir_ls.vim +++ b/ale_linters/elixir/elixir_ls.vim @@ -1,5 +1,5 @@ " Author: Jon Parise <jon@indelible.org> -" Description: ElixirLS integration (https://github.com/JakeBecker/elixir-ls) +" Description: ElixirLS integration (https://github.com/elixir-lsp/elixir-ls) call ale#Set('elixir_elixir_ls_release', 'elixir-ls') call ale#Set('elixir_elixir_ls_config', {}) |