summaryrefslogtreecommitdiff
path: root/doc/ale-v.txt
blob: 8c641447cb3eef8f3709057a1a7179e95d83aff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
===============================================================================
ALE V Integration                                               *ale-v-options*


===============================================================================
Integration Information

`v` is V's build tool. `vfmt` (called as `v fmt` from the same
executable that does the builds) is the autoformatter/fixer.

g:ale_v_v_executable                                     *g:ale_v_v_executable*
                                                         *b:ale_v_v_executable*

  Type: |String|
  Default: `'v'`

  The executable that will be run for the `v` linter and the `vfmt` fixer.


===============================================================================
v                                                                     *ale-v-v*

g:ale_v_v_options                                           *g:ale_v_v_options*
                                                            *b:ale_v_v_options*
  Type: |String|
  Default: `''`

  This variable can be set to pass additional options to the v linter.
  They are injected directly after "v .".


===============================================================================
vfmt                                                               *ale-v-vfmt*

g:ale_v_vfmt_options                                     *g:ale_v_vfmt_options*
                                                         *b:ale_v_vfmt_options*
  Type: |String|
  Default: `''`

  This variable can be set to pass additional options to the vfmt fixer.
  They are injected directly after "v fmt".


===============================================================================
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: