Updated gopls (markdown)
diff --git a/gopls.md b/gopls.md
index 679802d..d544aec 100644
--- a/gopls.md
+++ b/gopls.md
@@ -15,9 +15,6 @@
 * VSCode, through the [VSCode-Go](https://github.com/microsoft/vscode-go) plugin, with the following configuration:
 ```json5
 "go.useLanguageServer": true,
-"go.alternateTools": {
-     "go-langserver": "gopls"
-},
 "go.languageServerExperimentalFeatures": {
     "format": true,
     "autoComplete": true,