summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hanberg <mitch@mitchellhanberg.com>2023-07-23 21:28:34 -0400
committerGitHub <noreply@github.com>2023-07-24 10:28:34 +0900
commit7ba88ad343c57f69a2fb2469eded51a3bbd4813b (patch)
treeb354326959e52a6b1151552c154ed6dbe0d70aea
parent32e1417d985f048c1e0783dec18795173c1b4599 (diff)
downloadale-7ba88ad343c57f69a2fb2469eded51a3bbd4813b.zip
chore: update elixir_ls.vim (#4547)
The project was forked and lived under a new organization
-rw-r--r--ale_linters/elixir/elixir_ls.vim2
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', {})