aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/ale-jsonnet.txt
blob: 8c4f4cbd84e70c63f2f30b70329a6eeb1d28c070 (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
===============================================================================
ALE Jsonnet Integration                                   *ale-jsonnet-options*


===============================================================================
jsonnetfmt                                             *ale-jsonnet-jsonnetfmt*

                                    *ale-options.jsonnet_jsonnetfmt_executable*
                                          *g:ale_jsonnet_jsonnetfmt_executable*
                                          *b:ale_jsonnet_jsonnetfmt_executable*
jsonnet_jsonnetfmt_executable
g:ale_jsonnet_jsonnetfmt_executable
  Type: |String|
  Default: `'jsonnetfmt'`

  This option can be changed to change the path for `jsonnetfmt`.

                                       *ale-options.jsonnet_jsonnetfmt_options*
                                             *g:ale_jsonnet_jsonnetfmt_options*
                                             *b:ale_jsonnet_jsonnetfmt_options*
jsonnet_jsonnetfmt_options
g:ale_jsonnet_jsonnetfmt_options
  Type: |String|
  Default: `''`

  This option can be changed to pass extra options to `jsonnetfmt`.


===============================================================================
jsonnet-lint                                         *ale-jsonnet-jsonnet-lint*

                                  *ale-options.jsonnet_jsonnet_lint_executable*
                                        *g:ale_jsonnet_jsonnet_lint_executable*
                                        *b:ale_jsonnet_jsonnet_lint_executable*
jsonnet_jsonnet_lint_executable
g:ale_jsonnet_jsonnet_lint_executable
  Type: |String|
  Default: `'jsonnet-lint'`

  This option can be changed to change the path for `jsonnet-lint`.

                                     *ale-options.jsonnet_jsonnet_lint_options*
                                           *g:ale_jsonnet_jsonnet_lint_options*
                                           *b:ale_jsonnet_jsonnet_lint_options*
jsonnet_jsonnet_lint_options
g:ale_jsonnet_jsonnet_lint_options
  Type: |String|
  Default: `''`

  This option can be changed to pass extra options to `jsonnet-lint`.


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