]> git.madduck.net Git - etc/vim.git/blob - doc/ale-nim.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

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.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Squashed '.vim/bundle/ale/' content from commit 22185c4c
[etc/vim.git] / doc / ale-nim.txt
1 ===============================================================================
2 ALE Nim Integration                                           *ale-nim-options*
3
4
5 ===============================================================================
6 nimcheck                                                     *ale-nim-nimcheck*
7
8   ALE does not provide additional configuration options for `nimcheck` at this
9   point.
10
11
12 ===============================================================================
13 nimlsp                                                         *ale-nim-nimlsp*
14
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
19   Type: |String|
20   Default: `''`
21
22   Sets the path to Nim source repository as the first argument to `nimlsp`
23   command.
24
25
26 ===============================================================================
27 nimpretty                                                   *ale-nim-nimpretty*
28
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
34   Type: |String|
35   Default: `'nimpretty'`
36
37   This variable can be changed to use a different executable for nimpretty.
38
39                                             *ale-options.nim_nimpretty_options*
40                                                   *g:ale_nim_nimpretty_options*
41                                                   *b:ale_nim_nimpretty_options*
42 nim_nimpretty_options
43 g:ale_nim_nimpretty_options
44   Type: |String|
45   Default: `'--maxLineLen:80'`
46
47   This variable can be changed to modify flags given to nimpretty.
48
49
50 ===============================================================================
51   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: