mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -05:00
docs: vim/neovim settings for editors (#6064)
This commit is contained in:
parent
09ee9a8280
commit
6155ec2317
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue