We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2e2b2 commit 2f9eac7Copy full SHA for 2f9eac7
README.md
@@ -21,7 +21,7 @@ Elixir language server extension based on [elixir-ls](https://github.com/elixir-
21
2. Inside your `plug#begin/end` block in your `.vimrc` (vim) or `init.vim` (neovim) file, after `coc.nvim` add:
22
23
```
24
-Plug 'amiralies/coc-elixir', {'do': 'yarn install && yarn prepack'}
+Plug 'elixir-lsp/coc-elixir', {'do': 'yarn install && yarn prepack'}
25
26
27
## Features
0 commit comments