diff options
author | David Wood <david@davidtw.co> | 2019-08-03 12:36:55 +0100 |
---|---|---|
committer | David Wood <david.wood@codeplay.com> | 2019-08-26 19:21:07 +0100 |
commit | 6aeb46217177924367fe1961a7e615f3e4052298 (patch) | |
tree | ee3c629ba15dbe6f50246709e46414e73ceea7df /doc/ale-nix.txt | |
parent | 73812c3e41c1c7fcf1705811f35ac4c9ccec003e (diff) | |
download | ale-6aeb46217177924367fe1961a7e615f3e4052298.zip |
Add nixpkgs-fmt fixer.
This commit adds a fixer for the Nix language, nixpkgs-fmt
(https://github.com/nix-community/nixpkgs-fmt).
Diffstat (limited to 'doc/ale-nix.txt')
-rw-r--r-- | doc/ale-nix.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/ale-nix.txt b/doc/ale-nix.txt new file mode 100644 index 00000000..5b2bd6cb --- /dev/null +++ b/doc/ale-nix.txt @@ -0,0 +1,24 @@ +=============================================================================== +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: |