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 c55cd9a commit 4e3d6d5Copy full SHA for 4e3d6d5
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 --frozen-lockfile && yarn run build'}
+Plug 'amiralies/coc-elixir', {'do': 'yarn install && yarn prepack'}
25
26
27
## Features
0 commit comments