Skip to content

Commit 4e3d6d5

Browse files
committed
Update vim-plug installation instructions
1 parent c55cd9a commit 4e3d6d5

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 --frozen-lockfile && yarn run build'}
24+
Plug 'amiralies/coc-elixir', {'do': 'yarn install && yarn prepack'}
2525
```
2626

2727
## Features

0 commit comments

Comments
 (0)