You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [BBEdit](https://www.barebones.com/products/bbedit/download.html): preconfigured in version 14.0 and later; see the [BBEdit LSP support page](https://www.barebones.com/support/bbedit/lsp-notes.html) for complete details.
109
+
- [BBEdit](https://www.barebones.com/products/bbedit): preconfigured in version 14.0 and later; see the [BBEdit LSP support page](https://www.barebones.com/support/bbedit/lsp-notes.html) for complete details.
`r.lsp.debug` | `false` | increase verbosity for debug purpose
153
153
`r.lsp.log_file` | `null` | file to log debug messages, fallback to stderr if empty
154
-
`r.lsp.diagnostics` | `true` | enable file diagnostics via [lintr](https://github.com/jimhester/lintr)
154
+
`r.lsp.diagnostics` | `true` | enable file diagnostics via [lintr](https://github.com/r-lib/lintr)
155
155
`r.lsp.rich_documentation` | `true` | rich documentation with enhanced markdown features
156
156
`r.lsp.snippet_support` | `true` | enable snippets in auto completion
157
157
`r.lsp.max_completions` | 200 | maximum number of completion items
@@ -171,7 +171,7 @@ will turn off snippet support globally. LSP configuration settings are always ov
171
171
172
172
### Linters
173
173
174
-
With [lintr](https://github.com/jimhester/lintr) v2.0.0, the linters can be specified by creating the `.lintr` file at the project or home directory. Details can be found at lintr [documentation](https://github.com/jimhester/lintr#project-configuration).
174
+
With [lintr](https://github.com/r-lib/lintr) v2.0.0, the linters can be specified by creating the `.lintr` file at the project or home directory. Details can be found at lintr [documentation](https://github.com/r-lib/lintr#project-configuration).
0 commit comments