R docs: Remove non-working configuration (#33654)

Peter Tripp created

This config was meant to be commented out in #33594 because it does not
work.

Release Notes:

- N/A

Change summary

docs/src/languages/r.md | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

docs/src/languages/r.md 🔗

@@ -63,6 +63,9 @@ See [Using lintr](https://lintr.r-lib.org/articles/lintr.html) for a complete li
 
 `REditorSupport/languageserver` bundles support for [r-lib/styler](https://github.com/r-lib/styler) as a formatter. See [Customizing Styler](https://cran.r-project.org/web/packages/styler/vignettes/customizing_styler.html) for more information on how to customize its behavior.
 
+<!--
+TBD: Get this working
+
 ### REditorSupport/languageserver Configuration
 
 You can configure the [R languageserver settings](https://github.com/REditorSupport/languageserver#settings) via Zed Project Settings `.zed/settings.json` or Zed User Settings `~/.config/zed/settings.json`:
@@ -86,6 +89,8 @@ For example to disable Lintr linting and suppress code snippet suggestions (both
 }
 ```
 
+-->
+
 <!--
 TBD: R REPL Docs