diff --git a/gopls/doc/atom.md b/gopls/doc/atom.md new file mode 100644 index 0000000000..7af0289ac9 --- /dev/null +++ b/gopls/doc/atom.md @@ -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 diff --git a/gopls/doc/user.md b/gopls/doc/user.md index 3dd1713238..93090e86b1 100644 --- a/gopls/doc/user.md +++ b/gopls/doc/user.md @@ -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