diff options
author | hork71 <ppost96@yahoo.com> | 2020-06-07 13:52:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 13:52:53 +0200 |
commit | 6155ec231777feb59ce27b5e8689c4f317895d0d (patch) | |
tree | 0ae64300647f4b313eb536ada3c3b3623ecdfd48 /docs/getting_started | |
parent | 09ee9a828009ab1fbe59f611da64f48f9e9e573b (diff) |
docs: vim/neovim settings for editors (#6064)
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/setup_your_environment.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index 8baa13dd5..3c115354a 100644 --- a/docs/getting_started/setup_your_environment.md +++ b/docs/getting_started/setup_your_environment.md @@ -65,9 +65,13 @@ on YouTrack. Vim works fairly well for Deno/TypeScript if you install [CoC](https://github.com/neoclide/coc.nvim) (intellisense engine and language -server protocol). After CoC itself is installed, from inside Vim, simply run -`:CocInstall coc-deno`. From now on, things like `gd` (go to definition) and -`gr` (goto/find references) should work. +server protocol). + +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. #### Emacs |