gopls: move known issues higher
diff --git a/gopls.md b/gopls.md
index ade29ed..3da3b51 100644
--- a/gopls.md
+++ b/gopls.md
@@ -6,8 +6,8 @@
 # Table of Contents  
 [Status](#status)  
 [Troubleshooting](#troubleshooting)  
-[Installation](#installation)  
 [Known Issues](#known-issues)  
+[Installation](#installation)  
 [Contributing](#contributing)  
 [FAQ](#faq)
 [Additional Information](#additional-information)  
@@ -28,6 +28,13 @@
 
 Feel free to ask questions about `gopls` on the `#gopls` [Gopher Slack](https://invite.slack.golangbridge.org) channel.
 
+## Known Issues
+
+* Cursor resets to the beginning or end of file on format: [#31937](https://github.com/golang/go/issues/31937).
+* Editing multiple modules in one editor window: https://github.com/golang/go/issues/32394.
+* "no room in queue" error: [#32467](https://github.com/golang/go/issues/32467).
+* File contents reverted after saving: [#32643](https://github.com/golang/go/issues/32643).
+
 ## Installation
 
 First, install `gopls` by running `go get -u golang.org/x/tools/cmd/gopls`.
@@ -206,12 +213,6 @@
 
 ---
 
-## Known Issues
-
-* Cursor resets to the beginning or end of file on format: [#31937](https://github.com/golang/go/issues/31937).
-* "no room in queue" error: [#32467](https://github.com/golang/go/issues/32467).
-* file contents reverted after saving: [#32643](https://github.com/golang/go/issues/32643).
-
 ## Contributing
 
 Contributions are welcome, but since development is so active, we request that you file an issue and claim it before starting to work on something. Otherwise, it is likely that we might already be working on a fix for your issue.