summaryrefslogtreecommitdiff
path: root/doc/ale-r.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-11-21 20:58:34 +0000
committerw0rp <devw0rp@gmail.com>2020-11-21 20:58:34 +0000
commit681a6e371d02cce9c2414c19f5deeae61aa321fa (patch)
tree0a0421712c2713a96872cf87e3270228865032cf /doc/ale-r.txt
parent9692c0c64c83bb8f67962cf35e7dc3f1757aa8cc (diff)
downloadale-681a6e371d02cce9c2414c19f5deeae61aa321fa.zip
Use _config for LSP config options
Diffstat (limited to 'doc/ale-r.txt')
-rw-r--r--doc/ale-r.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ale-r.txt b/doc/ale-r.txt
index 2078b218..3fabf702 100644
--- a/doc/ale-r.txt
+++ b/doc/ale-r.txt
@@ -16,8 +16,8 @@ g:ale_r_languageserver_cmd *g:ale_r_languageserver_cmd*
See the languageserver documentation for more options.
-g:ale_r_languageserver_options *g:ale_r_languageserver_options*
- *b:ale_r_languageserver_options*
+g:ale_r_languageserver_config *g:ale_r_languageserver_config*
+ *b:ale_r_languageserver_config*
Type: |Dictionary|
Default: `{}`
@@ -45,7 +45,7 @@ g:ale_r_lintr_lint_package *g:ale_r_lintr_lint_package*
Default: `0`
When set to `1`, the file will be checked with `lintr::lint_package` instead
- of `lintr::lint`. This prevents erroneous namespace warnings when linting
+ of `lintr::lint`. This prevents erroneous namespace warnings when linting
package files.
@@ -59,8 +59,8 @@ g:ale_r_styler_options *g:ale_r_styler_options*
This option can be configured to change the options for styler.
- The value of this option will be used as the `style` argument for the
- `styler::style_file` options. Consult the styler documentation
+ The value of this option will be used as the `style` argument for the
+ `styler::style_file` options. Consult the styler documentation
for more information.