summaryrefslogtreecommitdiff
path: root/docs/getting_started/setup_your_environment.md
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-06-25docs(lsp): Add Emacs eglot lsp configuration example (#10006)Daniel Perez Alvarez
Co-authored-by: John Spurlock <john.spurlock@gmail.com>
2021-04-05docs: add documentation about Atom Editor LSP client (#10016)ayame113
Co-authored-by: ayame113 <ayame113@users.noreply.github.com>
2021-04-04docs: update kakoune LSP example configuration (#9989)louix
Fixes #9988
2021-03-30docs: clarify jetbrains setup (#9930)crowlKats
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-03-23Update setup_your_environment.md (#9876)IWANABETHATGUY
unlike other system config file, in windows `$profile` file is a common config file of powershell , just use `>` will override the user config file , which is terrible. This change use append instead of override which is more reasonable
2021-02-22docs: update getting started for coc (#9571)Heyward Fann
2021-02-17docs: Use JSONC code block for commenting (#9511)Takahiko Inayama
2021-01-26docs(tools): add documentation for Vim/Neovim plugin ALE (#9270)Mohammed Chelouti
2020-12-30docs: Fix instructions about how to setup development environment with ↵Yuki Tanaka
Vim/Neovim (#8937)
2020-12-17docs(lsp): add Sublime Text integration documentation (#8797)Steven Guerrero
2020-12-14docs(tools): Move setup environment's community paragraph back (#8745)Valentin Anger
2020-12-10docs(tools): add documentation for the deno lsp command (#8676)Valentin Anger
Co-authored-by: Yuki Tanaka <uki00a@gmail.com>
2020-11-23Revert "docs(cli): Fix documentation about usage of deno completions … (#8468)Bartek Iwańczuk
This reverts commit 17d4cd92133bb822ff3a4f2f5bb32dfd17f99282.
2020-11-22docs(cli): Fix documentation about usage of deno completions script (#8369)Mayank Agarwal
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-09-10docs: add a Powershell autocomplete example (#7329)Danilo Sampaio
2020-08-29Typo in zsh env setup steps (#7250)Matt Barnett-Jones
2020-08-09docs: instructions for loading zsh completions (#6998)Prabhanjan
2020-07-02docs: update discord link (#6599)Stanislav
2020-06-15docs: added autocompletion example for zsh (#6298)Mandeep Singh
2020-06-15minor grammar fix (#6299)Dan
noun -> verb
2020-06-07docs: vim/neovim settings for editors (#6064)hork71
2020-05-28Add instructions for using Deno with Emacs (#5928)Mudit Ameta
2020-05-27doc: official denoland extension (#5890)迷渡
2020-05-26docs: update JetBrains environment support (#5877)crowlKats
2020-05-26docs: "Getting started" manual updates (#5835)Chris Knight
2020-05-17Miscellaneous documentation and spelling improvements (#5527)Bert Belder
* Extended/updated documentation on code editor setup and plugins. * Moved documentation to the right file. * Fixed spelling errors in documentation and code. * Updated broken links. Co-authored-by: 迷渡 <justjavac@gmail.com> Co-authored-by: AlfieriChou <alfierichou@gmail.com> Co-authored-by: Anil Seervi <anil13112000@gmail.com Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Fernando Basso <fernandobasso.br@gmail.com> Co-authored-by: József Sallai <jozsef@sallai.me> Co-authored-by: S4ltyGo4t <mario.weidner@gmx.de> Co-authored-by: Tommy May <tommymay37@gmail.com> Co-authored-by: Turbinya <wownucleos@gmail.com> Co-authored-by: ᴜɴвʏтᴇ <i@shangyes.net>
2020-05-14Fix grammar (#5399)Stu Finn
2020-05-06Multi page manual (#5110)Luca Casonato