diff options
author | w0rp <devw0rp@gmail.com> | 2019-11-14 14:50:16 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-11-14 14:50:21 +0000 |
commit | 9005a62dc2080327a0f2164d765f837e90e963dc (patch) | |
tree | 21b3704d4987e50a2e43958ff53a79e05cf8b4f3 /doc | |
parent | 7665559d0e6102c9eccf39a119afd9c7a1a0af82 (diff) | |
download | ale-9005a62dc2080327a0f2164d765f837e90e963dc.zip |
Clean up the nimpretty code
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-nim.txt | 20 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 22 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: diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index de1be1a2..29dabab7 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -284,6 +284,7 @@ Notes: * Nim * `nim check`!! * `nimlsp` + * `nimpretty` * nix * `nix-instantiate` * `nixpkgs-fmt` diff --git a/doc/ale.txt b/doc/ale.txt index 515c5f2c..593aae11 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2361,6 +2361,7 @@ documented in additional help files. nim.....................................|ale-nim-options| nimcheck..............................|ale-nim-nimcheck| nimlsp................................|ale-nim-nimlsp| + nimpretty.............................|ale-nim-nimpretty| nix.....................................|ale-nix-options| nixpkgs-fmt...........................|ale-nix-nixpkgs-fmt| nroff...................................|ale-nroff-options| |