Skip to content

Commit 2f9eac7

Browse files
authored
Fix Ref to coc-elixir (#30)
1 parent ee2e2b2 commit 2f9eac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Elixir language server extension based on [elixir-ls](https://github.com/elixir-
2121
2. Inside your `plug#begin/end` block in your `.vimrc` (vim) or `init.vim` (neovim) file, after `coc.nvim` add:
2222

2323
```
24-
Plug 'amiralies/coc-elixir', {'do': 'yarn install && yarn prepack'}
24+
Plug 'elixir-lsp/coc-elixir', {'do': 'yarn install && yarn prepack'}
2525
```
2626

2727
## Features

0 commit comments

Comments
 (0)