All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ===============================================================================
2 ALE R Integration *ale-r-options*
5 ===============================================================================
6 languageserver *ale-r-languageserver*
8 *ale-options.r_languageserver_cmd*
9 *g:ale_r_languageserver_cmd*
10 *b:ale_r_languageserver_cmd*
12 g:ale_r_languageserver_cmd
14 Default: `'languageserver::run()'`
16 This option can be configured to change the execution command for
19 See the languageserver documentation for more options.
21 *ale-options.r_languageserver_config*
22 *g:ale_r_languageserver_config*
23 *b:ale_r_languageserver_config*
24 r_languageserver_config
25 g:ale_r_languageserver_config
29 This option can be configured to change settings for languageserver. See the
30 languageserver documentation for more information.
33 ===============================================================================
36 *ale-options.r_lintr_options*
37 *g:ale_r_lintr_options*
38 *b:ale_r_lintr_options*
42 Default: `'lintr::with_defaults()'`
44 This option can be configured to change the options for lintr.
46 The value of this option will be run with `eval` for the `lintr::lint`
47 options. Consult the lintr documentation for more information.
49 *ale-options.r_lintr_lint_package*
50 *g:ale_r_lintr_lint_package*
51 *b:ale_r_lintr_lint_package*
53 g:ale_r_lintr_lint_package
57 When set to `1`, the file will be checked with `lintr::lint_package` instead
58 of `lintr::lint`. This prevents erroneous namespace warnings when linting
62 ===============================================================================
65 *ale-options.r_styler_options*
66 *g:ale_r_styler_options*
67 *b:ale_r_styler_options*
69 g:ale_r_styler_options
71 Default: `'styler::tidyverse_style'`
73 This option can be configured to change the options for styler.
75 The value of this option will be used as the `style` argument for the
76 `styler::style_file` options. Consult the styler documentation
80 ===============================================================================
81 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: