mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs: update getting started for coc (#9571)
This commit is contained in:
parent
4f391ecec0
commit
f4980898cd
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue