]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-lua.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:

Merge commit '76265755a1add77121c8f9dabb3e9bb70fe9a972' as '.vim/bundle/ale'
[etc/vim.git] / .vim / bundle / ale / doc / ale-lua.txt
1 ===============================================================================
2 ALE Lua Integration                                           *ale-lua-options*
3
4
5 ===============================================================================
6 cspell                                                         *ale-lua-cspell*
7
8 See |ale-cspell-options|
9
10
11 ===============================================================================
12 lua-format                                                 *ale-lua-lua-format*
13
14                                         *ale-options.lua_lua_format_executable*
15                                               *g:ale_lua_lua_format_executable*
16                                               *b:ale_lua_lua_format_executable*
17 lua_lua_format_executable
18 g:ale_lua_lua_format_executable
19   Type: |String|
20   Default: `'lua-format'`
21
22   This variable can be changed to change the path to lua-format.
23
24                                            *ale-options.lua_lua_format_options*
25                                                  *g:ale_lua_lua_format_options*
26                                                  *b:ale_lua_lua_format_options*
27 lua_lua_format_options
28 g:ale_lua_lua_format_options
29   Type: |String|
30   Default: `''`
31
32   This variable can be set to pass additional options to lua-format.
33
34
35 ===============================================================================
36 lua-language-server                               *ale-lua-lua-language-server*
37                                                       *ale-lua-language-server*
38
39                                    *ale-options.lua_language_server_executable*
40                                          *g:ale_lua_language_server_executable*
41                                          *b:ale_lua_language_server_executable*
42 lua_language_server_executable
43 g:ale_lua_language_server_executable
44   Type: |String|
45   Default: `'lua-language-server'`
46
47   This variable can be changed to set the path to lua-language-server.
48
49   If you have compiled the language server yourself in `/some/path`, the path
50   will be `'/some/path/bin/lua-language-server'`.
51
52                                    *ale-options.lua_lua_language_server_config*
53                                          *g:ale_lua_lua_language_server_config*
54                                          *b:ale_lua_lua_language_server_config*
55 lua_lua_language_server_config
56 g:ale_lua_lua_language_server_config
57   Type: |Dictionary|
58   Default: `{}`
59
60   Dictionary containing configuration settings that will be passed to the
61   language server.
62
63
64 ===============================================================================
65 luac                                                             *ale-lua-luac*
66
67                                               *ale-options.lua_luac_executable*
68                                                     *g:ale_lua_luac_executable*
69                                                     *b:ale_lua_luac_executable*
70 lua_luac_executable
71 g:ale_lua_luac_executable
72   Type: |String|
73   Default: `'luac'`
74
75   This variable can be changed to change the path to luac.
76
77
78 ===============================================================================
79 luacheck                                                     *ale-lua-luacheck*
80
81                                           *ale-options.lua_luacheck_executable*
82                                                 *g:ale_lua_luacheck_executable*
83                                                 *b:ale_lua_luacheck_executable*
84 lua_luacheck_executable
85 g:ale_lua_luacheck_executable
86   Type: |String|
87   Default: `'luacheck'`
88
89   This variable can be changed to change the path to luacheck.
90
91                                              *ale-options.lua_luacheck_options*
92                                                    *g:ale_lua_luacheck_options*
93                                                    *b:ale_lua_luacheck_options*
94 lua_luacheck_options
95 g:ale_lua_luacheck_options
96   Type: |String|
97   Default: `''`
98
99   This variable can be set to pass additional options to luacheck.
100
101
102 ===============================================================================
103 luafmt                                                         *ale-lua-luafmt*
104
105                                             *ale-options.lua_luafmt_executable*
106                                                   *g:ale_lua_luafmt_executable*
107                                                   *b:ale_lua_luafmt_executable*
108 lua_luafmt_executable
109 g:ale_lua_luafmt_executable
110   Type: |String|
111   Default: `'luafmt'`
112
113   This variable can be set to use a different executable for luafmt.
114
115                                                *ale-options.lua_luafmt_options*
116                                                      *g:ale_lua_luafmt_options*
117                                                      *b:ale_lua_luafmt_options*
118 lua_luafmt_options
119 g:ale_lua_luafmt_options
120   Type: |String|
121   Default: `''`
122
123   This variable can be set to pass additional options to the luafmt fixer.
124
125
126 ===============================================================================
127 selene                                                         *ale-lua-selene*
128
129                                             *ale-options.lua_selene_executable*
130                                                   *g:ale_lua_selene_executable*
131                                                   *b:ale_lua_selene_executable*
132 lua_selene_executable
133 g:ale_lua_selene_executable
134   Type: |String|
135   Default: `'selene'`
136
137   This variable can be set to use a different executable for selene.
138
139                                                *ale-options.lua_selene_options*
140                                                      *g:ale_lua_selene_options*
141                                                      *b:ale_lua_selene_options*
142 lua_selene_options
143 g:ale_lua_selene_options
144   Type: |String|
145   Default: `''`
146
147   This variable can be set to pass additional options to selene.
148
149
150 ===============================================================================
151 stylua                                                         *ale-lua-stylua*
152
153                                             *ale-options.lua_stylua_executable*
154                                                   *g:ale_lua_stylua_executable*
155                                                   *b:ale_lua_stylua_executable*
156 lua_stylua_executable
157 g:ale_lua_stylua_executable
158   Type: |String|
159   Default: `'stylua'`
160
161   This variable can be set to use a different executable for stylua.
162
163                                                *ale-options.lua_stylua_options*
164                                                      *g:ale_lua_stylua_options*
165                                                      *b:ale_lua_stylua_options*
166 lua_stylua_options
167 g:ale_lua_stylua_options
168   Type: |String|
169   Default: `''`
170
171   This variable can be set to pass additional options to the stylua fixer.
172
173
174 ===============================================================================
175   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: