summaryrefslogtreecommitdiff
path: root/doc/ale-nix.txt
blob: 5f4199edfeb258253fb2bd9a21e76c60139ec882 (plain)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
===============================================================================
ALE Nix Integration                                           *ale-nix-options*


===============================================================================
alejandra                                                   *ale-nix-alejandra*

g:ale_nix_alejandra_executable                 *g:ale_nix_alejandra_executable*
                                               *b:ale_nix_alejandra_executable*
  Type: |String|
  Default: `'alejandra'`

  This variable sets the executable used for alejandra.

g:ale_nix_alejandra_options                       *g:ale_nix_alejandra_options*
                                                  *b:ale_nix_alejandra_options*
  Type: |String|
  Default: `''`

  This variable can be set to pass additional options to the alejandra fixer.


===============================================================================
nixfmt                                                         *ale-nix-nixfmt*

g:ale_nix_nixfmt_executable                       *g:ale_nix_nixfmt_executable*
                                                  *b:ale_nix_nixfmt_executable*
  Type: |String|
  Default: `'nixfmt'`

  This variable sets the executable used for nixfmt.

g:ale_nix_nixfmt_options                             *g:ale_nix_nixfmt_options*
                                                     *b:ale_nix_nixfmt_options*
  Type: |String|
  Default: `''`

  This variable can be set to pass additional options to the nixfmt fixer.


===============================================================================
nixpkgs-fmt                                               *ale-nix-nixpkgs-fmt*

g:ale_nix_nixpkgsfmt_executable               *g:ale_nix_nixpkgsfmt_executable*
                                              *b:ale_nix_nixpkgsfmt_executable*
  Type: |String|
  Default: `'nixpkgs-fmt'`

  This variable sets executable used for nixpkgs-fmt.

g:ale_nix_nixpkgsfmt_options                     *g:ale_nix_nixpkgsfmt_options*
                                                 *b:ale_nix_nixpkgsfmt_options*
  Type: |String|
  Default: `''`

  This variable can be set to pass additional options to the nixpkgs-fmt
  fixer.


===============================================================================
statix                                                         *ale-nix-statix*

g:ale_nix_statix_check_executable           *g:ale_nix_statix_check_executable*
                                            *b:ale_nix_statix_check_executable*
  Type: |String|
  Default: `'statix'`

  This variable sets the executable used for statix when running it as a
  linter.

g:ale_nix_statix_check_options                 *g:ale_nix_statix_check_options*
                                               *b:ale_nix_statix_check_options*
  Type: |String|
  Default: `''`

  This variable can be used to pass additional options to statix when running
  it as a linter.

g:ale_nix_statix_fix_executable                *g:ale_nix_fix_check_executable*
                                               *b:ale_nix_fix_check_executable*
  Type: |String|
  Default: `'statix'`

  This variable sets the executable used for statix when running it as a
  fixer.

g:ale_nix_statix_fix_options                     *g:ale_nix_statix_fix_options*
                                                 *b:ale_nix_statix_fix_options*
  Type: |String|
  Default: `''`

  This variable can be used to pass additional options to statix when running
  it as a fixer.


===============================================================================
deadnix                                                       *ale-nix-deadnix*

g:ale_nix_deadnix_executable                     *g:ale_nix_deadnix_executable*
                                                 *b:ale_nix_deadnix_executable*
  Type: |String|
  Default: `'deadnix'`

  This variable sets the executable used for deadnix.

g:ale_nix_deadnix_options                           *g:ale_nix_deadnix_options*
                                                    *b:ale_nix_deadnix_options*
  Type: |String|
  Default: `''`

  This variable can be used to pass additional options to deadnix.


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