summaryrefslogtreecommitdiff
path: root/doc/ale-nim.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-11-14 14:50:16 +0000
committerw0rp <devw0rp@gmail.com>2019-11-14 14:50:21 +0000
commit9005a62dc2080327a0f2164d765f837e90e963dc (patch)
tree21b3704d4987e50a2e43958ff53a79e05cf8b4f3 /doc/ale-nim.txt
parent7665559d0e6102c9eccf39a119afd9c7a1a0af82 (diff)
downloadale-9005a62dc2080327a0f2164d765f837e90e963dc.zip
Clean up the nimpretty code
Diffstat (limited to 'doc/ale-nim.txt')
-rw-r--r--doc/ale-nim.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-nim.txt b/doc/ale-nim.txt
index ad7aa686..8985aeb8 100644
--- a/doc/ale-nim.txt
+++ b/doc/ale-nim.txt
@@ -22,4 +22,24 @@ g:nim_nimlsp_nim_sources *g:nim_nimlsp_nim_sources*
===============================================================================
+nimpretty *ale-nim-nimpretty*
+
+
+g:ale_nim_nimpretty_executable *g:ale_nim_nimpretty_executable*
+ *b:ale_nim_nimpretty_executable*
+ Type: |String|
+ Default: `'nimpretty'`
+
+ This variable can be changed to use a different executable for nimpretty.
+
+
+g:ale_nim_nimpretty_options *g:ale_nim_nimpretty_options*
+ *b:ale_nim_nimpretty_options*
+ Type: |String|
+ Default: `'--maxLineLen:80'`
+
+ This variable can be changed to modify flags given to nimpretty.
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: