mirror of https://github.com/golang/go.git
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:
parent
7360bd5c0f
commit
724660f1af
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue