/ doc / ale-fish.txt
ale-fish.txt
 1  ===============================================================================
 2  ALE Fish Integration                                         *ale-fish-options*
 3  
 4  Lints fish files using `fish -n`.
 5  
 6  Note that `fish -n` is not foolproof: it sometimes gives false positives or
 7  errors that are difficult to parse without more context. This integration skips
 8  displaying errors if an error message is not found.
 9  
10  If ALE is not showing any errors but your file does not run as expected, run
11  `fish -n <file.fish>` from the command line.
12  
13  ===============================================================================
14  fish_indent                                               *ale-fish-fish_indent*
15  
16  g:ale_fish_fish_indent_executable            *g:ale_fish_fish_indent_executable*
17                                               *b:ale_fish_fish_indent_executable*
18    Type: |String|
19    Default: `'fish_indent'`
20  
21    This variable can be changed to use a different executable for fish_indent.
22  
23  g:ale_fish_fish_indent_options                  *g:ale_fish_fish_indent_options*
24                                                  *b:ale_fish_fish_indent_options*
25    Type: |String|
26    Default: `''`
27  
28    This variable can be set to pass additional options to fish_indent.
29  
30  ===============================================================================
31    vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: