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 Vue Integration *ale-vue-options*
5 ===============================================================================
6 cspell *ale-vue-cspell*
8 See |ale-cspell-options|
11 ===============================================================================
12 prettier *ale-vue-prettier*
14 See |ale-javascript-prettier| for information about the available options.
17 ===============================================================================
20 *ale-options.vue_vls_executable*
21 *g:ale_vue_vls_executable*
22 *b:ale_vue_vls_executable*
24 g:ale_vue_vls_executable
28 See |ale-integrations-local-executables|
30 *ale-options.vue_vls_use_global*
31 *g:ale_vue_vls_use_global*
32 *b:ale_vue_vls_use_global*
34 g:ale_vue_vls_use_global
36 Default: `get(g:, 'ale_use_global_executables', 0)`
38 See |ale-integrations-local-executables|
41 ===============================================================================
44 It is required to have typescript installed in your project as your dev
45 dependency: `npm i -D typescript`
47 *ale-options.vue_volar_executable*
48 *g:ale_vue_volar_executable*
49 *b:ale_vue_volar_executable*
51 g:ale_vue_volar_executable
53 Default: `'vue-language-server'`
55 See |ale-integrations-local-executables|
57 *ale-options.vue_volar_use_global*
58 *g:ale_vue_volar_use_global*
59 *b:ale_vue_volar_use_global*
61 g:ale_vue_volar_use_global
65 See |ale-integrations-local-executables|
67 *ale-options.vue_volar_init_options*
68 *g:ale_vue_volar_init_options*
69 *b:ale_vue_volar_init_options*
70 vue_volar_init_options
71 g:ale_vue_volar_init_options
73 Default: `{'typescript': 'tsdk': ''}`
75 This option can be configured to set the initialization options for volar.
77 ALE will automatically replace `tsdk` with local detected path to the
81 ===============================================================================
82 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: