Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[257] add extra link for coc-erlang_ls config, mention broken yarn #450

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,11 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'hyhugh/coc-erlang_ls', {'do': 'yarn install --frozen-lockfile'}
```

Then restart vim and run `:PlugInstall`. If the erlang_ls server is running,
then when vim starts you should see the message that Coc has connected to it:
You should ensure your `yarn` has frozen-lockfile support (current version
distributed by `brew` does not). Then restart vim and run `:PlugInstall`. If
the erlang_ls server is running, and you have [configured the CoC
plugin](https://github.com/hyhugh/coc-erlang_ls#config), then when vim starts
you should see the message that Coc has connected to it:

```vim
[coc.nvim] coc-erlang_ls is ready
Expand Down Expand Up @@ -504,4 +507,5 @@ https://microsoft.github.io/language-server-protocol/

## License

The `erlang_ls` project is licensed under the Apache License 2.0. Please refer to the `LICENSE` file for details.
The `erlang_ls` project is licensed under the Apache License 2.0. Please refer
to the `LICENSE` file for details.