From 3d510297e617d16baa13fe92f8e99197628c5eb9 Mon Sep 17 00:00:00 2001 From: Liam McNamara Date: Fri, 21 Feb 2020 10:50:32 +0100 Subject: [PATCH] [257] add extra link for coc-erlang_ls config, mention broken yarn --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9da25abb1..7ab051c74 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.