]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-nix.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

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.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit '76265755a1add77121c8f9dabb3e9bb70fe9a972' as '.vim/bundle/ale'
[etc/vim.git] / .vim / bundle / ale / doc / ale-nix.txt
1 ===============================================================================
2 ALE Nix Integration                                           *ale-nix-options*
3
4
5 ===============================================================================
6 alejandra                                                   *ale-nix-alejandra*
7
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
13   Type: |String|
14   Default: `'alejandra'`
15
16   This variable sets the executable used for alejandra.
17
18                                             *ale-options.nix_alejandra_options*
19                                                   *g:ale_nix_alejandra_options*
20                                                   *b:ale_nix_alejandra_options*
21 nix_alejandra_options
22 g:ale_nix_alejandra_options
23   Type: |String|
24   Default: `''`
25
26   This variable can be set to pass additional options to the alejandra fixer.
27
28
29 ===============================================================================
30 nixfmt                                                         *ale-nix-nixfmt*
31
32                                             *ale-options.nix_nixfmt_executable*
33                                                   *g:ale_nix_nixfmt_executable*
34                                                   *b:ale_nix_nixfmt_executable*
35 nix_nixfmt_executable
36 g:ale_nix_nixfmt_executable
37   Type: |String|
38   Default: `'nixfmt'`
39
40   This variable sets the executable used for nixfmt.
41
42                                                *ale-options.nix_nixfmt_options*
43                                                      *g:ale_nix_nixfmt_options*
44                                                      *b:ale_nix_nixfmt_options*
45 nix_nixfmt_options
46 g:ale_nix_nixfmt_options
47   Type: |String|
48   Default: `''`
49
50   This variable can be set to pass additional options to the nixfmt fixer.
51
52
53 ===============================================================================
54 nixpkgs-fmt                                               *ale-nix-nixpkgs-fmt*
55
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
61   Type: |String|
62   Default: `'nixpkgs-fmt'`
63
64   This variable sets executable used for nixpkgs-fmt.
65
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
71   Type: |String|
72   Default: `''`
73
74   This variable can be set to pass additional options to the nixpkgs-fmt
75   fixer.
76
77
78 ===============================================================================
79 statix                                                         *ale-nix-statix*
80
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
86   Type: |String|
87   Default: `'statix'`
88
89   This variable sets the executable used for statix when running it as a
90   linter.
91
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
97   Type: |String|
98   Default: `''`
99
100   This variable can be used to pass additional options to statix when running
101   it as a linter.
102
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
108   Type: |String|
109   Default: `'statix'`
110
111   This variable sets the executable used for statix when running it as a
112   fixer.
113
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
119   Type: |String|
120   Default: `''`
121
122   This variable can be used to pass additional options to statix when running
123   it as a fixer.
124
125
126 ===============================================================================
127 deadnix                                                       *ale-nix-deadnix*
128
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
134   Type: |String|
135   Default: `'deadnix'`
136
137   This variable sets the executable used for deadnix.
138
139                                               *ale-options.nix_deadnix_options*
140                                                     *g:ale_nix_deadnix_options*
141                                                     *b:ale_nix_deadnix_options*
142 nix_deadnix_options
143 g:ale_nix_deadnix_options
144   Type: |String|
145   Default: `''`
146
147   This variable can be used to pass additional options to deadnix.
148
149
150 ===============================================================================
151   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: