From 9d1a71a5cb7473e34f7ae27162de4538dbeb9cb8 Mon Sep 17 00:00:00 2001 From: cyy Date: Mon, 23 Sep 2019 10:43:31 +0800 Subject: add doc and test --- doc/ale-fish.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/ale-fish.txt') diff --git a/doc/ale-fish.txt b/doc/ale-fish.txt index 8450b38a..3b9ab44c 100644 --- a/doc/ale-fish.txt +++ b/doc/ale-fish.txt @@ -10,5 +10,22 @@ displaying errors if an error message is not found. If ALE is not showing any errors but your file does not run as expected, run `fish -n ` from the command line. +=============================================================================== +fish_indent *ale-fish-fishindent* + +g:ale_fish_fishindent_executable *g:ale_fish_fishindent_executable* + *b:ale_fish_fishindent_executable* + Type: |String| + Default: `'fish_indent'` + + This variable can be changed to use a different executable for fish_indent. + +g:ale_fish_fishindent_options *g:ale_fish_fishindent_options* + *b:ale_fish_fishindent_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: -- cgit v1.2.3