summaryrefslogtreecommitdiff
path: root/doc/ale-nix.txt
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/ale-nix.txt
parent45a3e3f574172028338de70ce8f8f606dec0a1b0 (diff)
downloadale-e1ae009bac98d4c2a80ed8f70f68b75dab3bc478.zip
Add alejandra for nix (#4435)
- Fixes https://github.com/dense-analysis/ale/issues/4434
Diffstat (limited to 'doc/ale-nix.txt')
-rw-r--r--doc/ale-nix.txt18
1 files changed, 18 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*