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

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

Release Notes:

- N/A
This commit is contained in:
Peter Tripp
2025-06-30 14:03:09 +00:00
committed by GitHub
parent f106ea7641
commit 22ab4c53d1
+5
View File
@@ -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