summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorHeyward Fann <fannheyward@users.noreply.github.com>2021-02-22 12:35:12 +0800
committerGitHub <noreply@github.com>2021-02-22 15:35:12 +1100
commitf4980898cd4946a9e5c1d194ab7dbc32de28bf43 (patch)
tree5aa509132ebc241395b87b77920a26296c9f4645 /docs/getting_started
parent4f391ecec080044109aeb3d8fe24bc6636ac6fe0 (diff)
docs: update getting started for coc (#9571)
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/setup_your_environment.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md
index 134cf090d..552849e2f 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