summaryrefslogtreecommitdiff
path: root/doc/ale-ink.txt
blob: 9412a09fff77252db67c2701a77e2d22334f8d23 (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
===============================================================================
ALE Ink Integration                                           *ale-ink-options*


===============================================================================
ink-language-server                                   *ale-ink-language-server*

Ink Language Server
  (https://github.com/ephraim/ink-language-server)

g:ale_ink_ls_executable                               g:ale_ink_ls_executable
                                                      b:ale_ink_ls_executable
  Type: |String|
  Default: `'ink-language-server'`

  Ink language server executable.

g:ale_ink_ls_initialization_options
                                          g:ale_ink_ls_initialization_options
                                          b:ale_ink_ls_initialization_options
  Type: |Dictionary|
  Default: `{}`

  Dictionary containing configuration settings that will be passed to the
  language server at startup. For certain platforms and certain story
  structures, the defaults will suffice. However, many projects will need to
  change these settings - see the ink-language-server website for more
  information.

  An example of setting non-default options:
		{
		\  'ink': {
		\    'mainStoryPath': 'init.ink',
		\    'inklecateExecutablePath': '/usr/local/bin/inklecate',
		\    'runThroughMono': v:false
		\  }
		\}

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