0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 12:16:11 -05:00

docs(tools): Move setup environment's community paragraph back (#8745)

This commit is contained in:
Valentin Anger 2020-12-13 23:22:26 +01:00 committed by GitHub
parent 389f492551
commit 2c778f89da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,10 +168,6 @@ command = "deno"
args = ["lsp"]
```
If you don't see your favorite IDE on this list, maybe you can develop an
extension. Our [community Discord group](https://discord.gg/deno) can give you
some pointers on where to get started.
##### Example for Vim/Neovim
After installing the [`vim-lsp`](https://github.com/prabirshrestha/vim-lsp) LSP
@ -191,3 +187,7 @@ if executable("deno")
augroup END
endif
```
If you don't see your favorite IDE on this list, maybe you can develop an
extension. Our [community Discord group](https://discord.gg/deno) can give you
some pointers on where to get started.