summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNathan Henrie <n8henrie@users.noreply.github.com>2023-02-07 01:24:52 -0700
committerGitHub <noreply@github.com>2023-02-07 17:24:52 +0900
commite1ae009bac98d4c2a80ed8f70f68b75dab3bc478 (patch)
tree01f25b7745064f3042e6db9b1412ac4e1d0423d6 /doc
parent45a3e3f574172028338de70ce8f8f606dec0a1b0 (diff)
downloadale-e1ae009bac98d4c2a80ed8f70f68b75dab3bc478.zip
Add alejandra for nix (#4435)
- Fixes https://github.com/dense-analysis/ale/issues/4434
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-nix.txt18
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-nix.txt b/doc/ale-nix.txt
index 1df7caff..8600c281 100644
--- a/doc/ale-nix.txt
+++ b/doc/ale-nix.txt
@@ -3,6 +3,24 @@ ALE Nix Integration *ale-nix-options*
===============================================================================
+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.
+
+
+===============================================================================
nixfmt *ale-nix-nixfmt*
g:ale_nix_nixfmt_executable *g:ale_nix_nixfmt_executable*
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index fea2fd85..705eef41 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -378,6 +378,7 @@ Notes:
* `nimlsp`
* `nimpretty`
* nix
+ * `alejandra`
* `nix-instantiate`
* `nixfmt`
* `nixpkgs-fmt`
diff --git a/doc/ale.txt b/doc/ale.txt
index 38432a60..ae783761 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3094,6 +3094,7 @@ documented in additional help files.
nimlsp................................|ale-nim-nimlsp|
nimpretty.............................|ale-nim-nimpretty|
nix.....................................|ale-nix-options|
+ alejandra.............................|ale-nix-alejandra|
nixfmt................................|ale-nix-nixfmt|
nixpkgs-fmt...........................|ale-nix-nixpkgs-fmt|
statix................................|ale-nix-statix|