aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/ale-rescript.txt
blob: 7d2fc46e32c74ed4e9ea10aaa95fa81d5dae9706 (plain) (blame)
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
46
47
48
49
50
51
52
53
54
===============================================================================
ALE ReScript Integration                                 *ale-rescript-options*


===============================================================================
rescript-language-server                         *ale-rescript-language-server*

                              *ale-options.rescript_language_server_executable*
                                    *g:ale_rescript_language_server_executable*
                                    *b:ale_rescript_language_server_executable*
ale_rescript_language_server_executable
g:ale_rescript_language_server_executable
  Type: |String|
  Default: `'rescript-language-server'`

  See |ale-integrations-local-executables|

                              *ale-options.rescript_language_server_use_global*
                                    *g:ale_rescript_language_server_use_global*
                                    *b:ale_rescript_language_server_use_global*
rescript_language_server_use_global
g:ale_rescript_language_server_use_global
  Type: |Number|
  Default: `get(g:, 'ale_use_global_executables', v:true)`

  See |ale-integrations-local-executables|


===============================================================================
rescript_format                                           *ale-rescript-format*

                                       *ale-options.rescript_format_executable*
                                             *g:ale_rescript_format_executable*
                                             *b:ale_rescript_format_executable*
rescript_format_executable
g:ale_rescript_format_executable
  Type: |String|
  Default: `'rescript'`

  See |ale-integrations-local-executables|

                                       *ale-options.rescript_format_use_global*
                                             *g:ale_rescript_format_use_global*
                                             *b:ale_rescript_format_use_global*
rescript_format_use_global
g:ale_rescript_format_use_global
  Type: |Number|
  Default: `get(g:, 'ale_use_global_executables', v:false)`

  See |ale-integrations-local-executables|


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