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 Nix Integration *ale-nix-options*
5 ===============================================================================
6 alejandra *ale-nix-alejandra*
8 *ale-options.nix_alejandra_executable*
9 *g:ale_nix_alejandra_executable*
10 *b:ale_nix_alejandra_executable*
11 nix_alejandra_executable
12 g:ale_nix_alejandra_executable
14 Default: `'alejandra'`
16 This variable sets the executable used for alejandra.
18 *ale-options.nix_alejandra_options*
19 *g:ale_nix_alejandra_options*
20 *b:ale_nix_alejandra_options*
22 g:ale_nix_alejandra_options
26 This variable can be set to pass additional options to the alejandra fixer.
29 ===============================================================================
30 nixfmt *ale-nix-nixfmt*
32 *ale-options.nix_nixfmt_executable*
33 *g:ale_nix_nixfmt_executable*
34 *b:ale_nix_nixfmt_executable*
36 g:ale_nix_nixfmt_executable
40 This variable sets the executable used for nixfmt.
42 *ale-options.nix_nixfmt_options*
43 *g:ale_nix_nixfmt_options*
44 *b:ale_nix_nixfmt_options*
46 g:ale_nix_nixfmt_options
50 This variable can be set to pass additional options to the nixfmt fixer.
53 ===============================================================================
54 nixpkgs-fmt *ale-nix-nixpkgs-fmt*
56 *ale-options.nix_nixpkgsfmt_executable*
57 *g:ale_nix_nixpkgsfmt_executable*
58 *b:ale_nix_nixpkgsfmt_executable*
59 nix_nixpkgsfmt_executable
60 g:ale_nix_nixpkgsfmt_executable
62 Default: `'nixpkgs-fmt'`
64 This variable sets executable used for nixpkgs-fmt.
66 *ale-options.nix_nixpkgsfmt_options*
67 *g:ale_nix_nixpkgsfmt_options*
68 *b:ale_nix_nixpkgsfmt_options*
69 nix_nixpkgsfmt_options
70 g:ale_nix_nixpkgsfmt_options
74 This variable can be set to pass additional options to the nixpkgs-fmt
78 ===============================================================================
79 statix *ale-nix-statix*
81 *ale-options.nix_statix_check_executable*
82 *g:ale_nix_statix_check_executable*
83 *b:ale_nix_statix_check_executable*
84 nix_statix_check_executable
85 g:ale_nix_statix_check_executable
89 This variable sets the executable used for statix when running it as a
92 *ale-options.nix_statix_check_options*
93 *g:ale_nix_statix_check_options*
94 *b:ale_nix_statix_check_options*
95 nix_statix_check_options
96 g:ale_nix_statix_check_options
100 This variable can be used to pass additional options to statix when running
103 *ale-options.nix_statix_fix_executable*
104 *g:ale_nix_statix_fix_executable*
105 *b:ale_nix_fix_check_executable*
106 nix_statix_fix_executable
107 g:ale_nix_statix_fix_executable
111 This variable sets the executable used for statix when running it as a
114 *ale-options.nix_statix_fix_options*
115 *g:ale_nix_statix_fix_options*
116 *b:ale_nix_statix_fix_options*
117 nix_statix_fix_options
118 g:ale_nix_statix_fix_options
122 This variable can be used to pass additional options to statix when running
126 ===============================================================================
127 deadnix *ale-nix-deadnix*
129 *ale-options.nix_deadnix_executable*
130 *g:ale_nix_deadnix_executable*
131 *b:ale_nix_deadnix_executable*
132 nix_deadnix_executable
133 g:ale_nix_deadnix_executable
137 This variable sets the executable used for deadnix.
139 *ale-options.nix_deadnix_options*
140 *g:ale_nix_deadnix_options*
141 *b:ale_nix_deadnix_options*
143 g:ale_nix_deadnix_options
147 This variable can be used to pass additional options to deadnix.
150 ===============================================================================
151 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: