summaryrefslogtreecommitdiff
path: root/doc/ale-purescript.txt
diff options
context:
space:
mode:
authortoastal <561087+toastal@users.noreply.github.com>2021-08-08 13:09:21 +0000
committerGitHub <noreply@github.com>2021-08-08 22:09:21 +0900
commit775d121d46b2b2cf61997598e4dc664476fd470d (patch)
treed4f7a63dfd500a511e43b8c20402e4d36ef392e4 /doc/ale-purescript.txt
parenta793db7399e786b8c882b10e6a8540718d5cdbf1 (diff)
downloadale-775d121d46b2b2cf61997598e4dc664476fd470d.zip
`purs-tidy` for PureScript (#3863)
* purs-tidy * update email address for toastal
Diffstat (limited to 'doc/ale-purescript.txt')
-rw-r--r--doc/ale-purescript.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/ale-purescript.txt b/doc/ale-purescript.txt
index 454bb7e4..91bef558 100644
--- a/doc/ale-purescript.txt
+++ b/doc/ale-purescript.txt
@@ -30,6 +30,33 @@ g:ale_purescript_ls_config g:ale_purescript_ls_config
\ }
\}
===============================================================================
+purs-tidy *ale-purescript-tidy*
+
+g:ale_purescript_tidy_executable *g:ale_purescript_tidy_executable*
+ *b:ale_purescript_tidy_executable*
+ Type: |String|
+ Default: `'purs-tidy'`
+
+ This variable can be changed to use a different executable for purs-tidy.
+
+g:ale_purescript_tidy_use_global *g:ale_purescript_tidy_use_global*
+ *b:ale_purescript_tidy_use_global*
+ Type: |Number|
+ Default: `get(g:, 'ale_use_global_executables', 0)`
+
+ See |ale-integrations-local-executables|
+
+g:ale_purescript_tidy_options *g:ale_purescript_tidy_options*
+ *b:ale_purescript_tidy_options*
+ Type: String
+ Default: `''`
+
+ This variable can be set to pass in additional option to the 'purs-tidy'
+ executable.
+>
+ let g:ale_purescript_options = '--indent 3'
+<
+===============================================================================
purty *ale-purescript-purty*
g:ale_purescript_purty_executable *g:ale_purescript_purty_executable*