2019-11-16 10:28:42 -05:00
|
|
|
===============================================================================
|
|
|
|
ALE Nix Integration *ale-nix-options*
|
|
|
|
|
|
|
|
|
2023-04-01 16:48:04 -04:00
|
|
|
===============================================================================
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
2021-05-05 04:25:00 -04:00
|
|
|
===============================================================================
|
|
|
|
nixfmt *ale-nix-nixfmt*
|
|
|
|
|
|
|
|
g:ale_nix_nixfmt_executable *g:ale_nix_nixfmt_executable*
|
|
|
|
*b:ale_nix_nixfmt_executable*
|
2022-08-08 09:45:56 -04:00
|
|
|
Type: |String|
|
|
|
|
Default: `'nixfmt'`
|
2021-05-05 04:25:00 -04:00
|
|
|
|
|
|
|
This variable sets the executable used for nixfmt.
|
|
|
|
|
|
|
|
g:ale_nix_nixfmt_options *g:ale_nix_nixfmt_options*
|
|
|
|
*b:ale_nix_nixfmt_options*
|
2022-08-08 09:45:56 -04:00
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
2021-05-05 04:25:00 -04:00
|
|
|
|
|
|
|
This variable can be set to pass additional options to the nixfmt fixer.
|
|
|
|
|
|
|
|
|
2019-11-16 10:28:42 -05:00
|
|
|
===============================================================================
|
2022-08-08 09:45:56 -04:00
|
|
|
nixpkgs-fmt *ale-nix-nixpkgs-fmt*
|
2019-11-16 10:28:42 -05:00
|
|
|
|
2022-08-08 09:45:56 -04:00
|
|
|
g:ale_nix_nixpkgsfmt_executable *g:ale_nix_nixpkgsfmt_executable*
|
|
|
|
*b:ale_nix_nixpkgsfmt_executable*
|
2019-11-16 10:28:42 -05:00
|
|
|
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: `''`
|
|
|
|
|
2022-08-08 09:45:56 -04:00
|
|
|
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.
|
2019-11-16 10:28:42 -05:00
|
|
|
|
|
|
|
|
2023-04-01 16:48:04 -04:00
|
|
|
===============================================================================
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
2019-11-16 10:28:42 -05:00
|
|
|
===============================================================================
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|