From f4980898cd4946a9e5c1d194ab7dbc32de28bf43 Mon Sep 17 00:00:00 2001 From: Heyward Fann Date: Mon, 22 Feb 2021 12:35:12 +0800 Subject: [PATCH] docs: update getting started for coc (#9571) --- docs/getting_started/setup_your_environment.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index 134cf090da..552849e2f2 100644 --- a/docs/getting_started/setup_your_environment.md +++ b/docs/getting_started/setup_your_environment.md @@ -112,10 +112,9 @@ and language server protocol client). ##### CoC After CoC is installed, from inside Vim, run`:CocInstall coc-tsserver` and -`:CocInstall coc-deno`. To get autocompletion working for Deno type definitions -run `:CocCommand deno.types`. Optionally restart the CoC server `:CocRestart`. -From now on, things like `gd` (go to definition) and `gr` (goto/find references) -should work. +`:CocInstall coc-deno`. Run `:CocCommand deno.initializeWorkspace` in your +project to initialize workspace configurations. From now on, things like `gd` +(go to definition) and `gr` (goto/find references) should work. ##### ALE