summaryrefslogtreecommitdiff
path: root/doc/ale-fish.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-fish.txt')
-rw-r--r--doc/ale-fish.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ale-fish.txt b/doc/ale-fish.txt
index 8450b38a..7dbbc10c 100644
--- a/doc/ale-fish.txt
+++ b/doc/ale-fish.txt
@@ -11,4 +11,21 @@ If ALE is not showing any errors but your file does not run as expected, run
`fish -n <file.fish>` from the command line.
===============================================================================
+fish_indent *ale-fish-fish_indent*
+
+g:ale_fish_fish_indent_executable *g:ale_fish_fish_indent_executable*
+ *b:ale_fish_fish_indent_executable*
+ Type: |String|
+ Default: `'fish_indent'`
+
+ This variable can be changed to use a different executable for fish_indent.
+
+g:ale_fish_fish_indent_options *g:ale_fish_fish_indent_options*
+ *b:ale_fish_fish_indent_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to fish_indent.
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: