All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ===============================================================================
2 ALE Nim Integration *ale-nim-options*
5 ===============================================================================
6 nimcheck *ale-nim-nimcheck*
8 ALE does not provide additional configuration options for `nimcheck` at this
12 ===============================================================================
13 nimlsp *ale-nim-nimlsp*
15 *ale-options.nim_nimlsp_nim_sources*
16 *g:ale_nim_nimlsp_nim_sources*
17 *b:ale_nim_nimlsp_nim_sources*
18 g:ale_nim_nimlsp_nim_sources
22 Sets the path to Nim source repository as the first argument to `nimlsp`
26 ===============================================================================
27 nimpretty *ale-nim-nimpretty*
29 *ale-options.nim_nimpretty_executable*
30 *g:ale_nim_nimpretty_executable*
31 *b:ale_nim_nimpretty_executable*
32 nim_nimpretty_executable
33 g:ale_nim_nimpretty_executable
35 Default: `'nimpretty'`
37 This variable can be changed to use a different executable for nimpretty.
39 *ale-options.nim_nimpretty_options*
40 *g:ale_nim_nimpretty_options*
41 *b:ale_nim_nimpretty_options*
43 g:ale_nim_nimpretty_options
45 Default: `'--maxLineLen:80'`
47 This variable can be changed to modify flags given to nimpretty.
50 ===============================================================================
51 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: