summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Anger <syrupthinker@gryphno.de>2020-12-13 23:22:26 +0100
committerGitHub <noreply@github.com>2020-12-14 09:22:26 +1100
commit2c778f89da29b5e90c0224a0120d60397852ed6d (patch)
treef91a718c1b8b4c74ac3f00241495a9a2732d308b
parent389f492551972c271d26f95dcc15b05836bfe4b8 (diff)
docs(tools): Move setup environment's community paragraph back (#8745)
-rw-r--r--docs/getting_started/setup_your_environment.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md
index 51f29ab9a..b987e4e63 100644
--- a/docs/getting_started/setup_your_environment.md
+++ b/docs/getting_started/setup_your_environment.md
@@ -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.