aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/ale-toml.txt
blob: 26ea8628183c48573f9935418ca774110c1ab917 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
===============================================================================
ALE TOML Integration                                         *ale-toml-options*


===============================================================================
dprint                                                        *ale-toml-dprint*

See |ale-dprint-options| and https://dprint.dev/plugins/toml


===============================================================================
tombi                                                          *ale-toml-tombi*

  `'tombi'` is a TOML formatter, linter, and language server.

                                            *ale-options.toml_tombi_executable*
                                                  *g:ale_toml_tombi_executable*
                                                  *b:ale_toml_tombi_executable*
toml_tombi_executable
g:ale_toml_tombi_executable
  Type: |String|
  Default: `'tombi'`

  This variable can be modified to change the executable path for
  `tombi`.


                                                *ale-options.toml_tombi_online*
                                                      *g:ale_toml_tombi_online*
                                                      *b:ale_toml_tombi_online*
toml_tombi_online
g:ale_toml_tombi_online
  Type: |Boolean|
  Default: `1`

  This variable can be modified allow fetching remote schemas when using
  `tombi`.


                                           *ale-options.toml_tombi_lsp_options*
                                                 *g:ale_toml_tombi_lsp_options*
                                                 *b:ale_toml_tombi_lsp_options*
toml_tombi_lsp_options
g:ale_toml_tombi_lsp_options
  Type: |String|
  Default: `''`

  This variable can be modified to provide options when using `tombi` as an
  LSP server.


                                        *ale-options.toml_tombi_format_options*
                                              *g:ale_toml_tombi_format_options*
                                              *b:ale_toml_tombi_format_options*
toml_tombi_format_options
g:ale_toml_tombi_format_options
  Type: |String|
  Default: `''`

  This variable can be modified to provide options when using `tombi` as a
  formatter.


                                          *ale-options.toml_tombi_lint_options*
                                                *g:ale_toml_tombi_lint_options*
                                                *b:ale_toml_tombi_lint_options*
toml_tombi_lint_options
g:ale_toml_tombi_lint_options
  Type: |String|
  Default: `''`

  This variable can be modified to provide options when using `tombi` as a
  linter.


===============================================================================
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: