gopls/doc: add documentation for gopls with Atom

Change-Id: Ia2e8913c8ff8d7da3061344f2d4e98bab7b4fbd7
Reviewed-on: https://go-review.googlesource.com/c/tools/+/209097
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
Rebecca Stambler 2019-11-26 23:13:32 -05:00
parent 7360bd5c0f
commit 724660f1af
2 changed files with 8 additions and 0 deletions

7
gopls/doc/atom.md Normal file
View File

@ -0,0 +1,7 @@
# Atom
Install the [`ide-gopls`] package.
You will also need to install the [`atom-ide-ui`] package.
[`ide-gopls`]: https://github.com/MordFustang21/ide-gopls
[`atom-ide-ui`]: https://github.com/facebookarchive/atom-ide-ui

View File

@ -14,6 +14,7 @@ If you use `gopls` with an editor that is not on this list, please let us know b
* [Emacs](emacs.md)
* [Acme](acme.md)
* [Sublime Text](subl.md)
* [Atom](atom.md)
## Installation