25 lines
985 B
Text
25 lines
985 B
Text
|
===============================================================================
|
||
|
ALE Nix Integration *ale-nix-options*
|
||
|
|
||
|
|
||
|
===============================================================================
|
||
|
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.
|
||
|
|
||
|
|
||
|
===============================================================================
|
||
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|