diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index 51f29ab9a3..b987e4e638 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.