You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -128,7 +141,7 @@ Using ZLS in VS Code is as simple as installing the [official Zig Language exten
128
141
129
142
</details> <!-- Sublime Text -->
130
143
131
-
<details>
144
+
<detailsname="editor-extensions">
132
145
<summary>
133
146
134
147
## CLion / other JetBrains IDEs
@@ -146,7 +159,7 @@ If everything is set up correctly, an LSP status indicator should appear in the
146
159
147
160
</details> <!-- CLion / other JetBrains IDE -->
148
161
149
-
<details>
162
+
<detailsname="editor-extensions">
150
163
<summary>
151
164
152
165
<h2id="helix">Helix</h2> <!-- linked from "In-Editor Configuration" -->
@@ -159,7 +172,11 @@ To apply in-editor configuration or manually specify paths to `zls` or `zig`, op
159
172
160
173
<details>
161
174
162
-
<summary>show <b>languages.toml</b></summary>
175
+
<summary>
176
+
177
+
show **languages.toml**
178
+
179
+
</summary>
163
180
164
181
```toml
165
182
[language-server.zls]
@@ -192,21 +209,21 @@ For more information on the health check results refer to [Health check](https:/
192
209
193
210
</details> <!-- Helix -->
194
211
195
-
<details>
212
+
<detailsname="editor-extensions">
196
213
<summary>
197
214
198
215
## Neovim / Vim8
199
216
200
217
</summary>
201
218
202
-
<divclass="banner-warning">
219
+
<blockquoteclass="banner-warning">
203
220
204
221
The [mason](https://github.com/williamboman/mason.nvim) package manager can only install the latest tagged release of ZLS which should **not** be used with Zig master.
205
222
Do **not** use ZLS from mason with Zig master.
206
223
207
-
</div>
224
+
</blockquote>
208
225
209
-
<details>
226
+
<detailsname="vim-extensions">
210
227
<summary>
211
228
212
229
<h3id="nvim-lspconfig">nvim-lspconfig</h3> <!-- linked from "In-Editor Configuration" -->
@@ -321,7 +338,7 @@ EOF
321
338
322
339
</details> <!-- nvim-lspconfig -->
323
340
324
-
<details>
341
+
<detailsname="vim-extensions">
325
342
<summary>
326
343
327
344
### CoC
@@ -348,7 +365,7 @@ Add ZLS in your `coc-settings.json` (open it using `:CocConfig`) like this:
348
365
349
366
</details> <!-- CoC -->
350
367
351
-
<details>
368
+
<detailsname="vim-extensions">
352
369
<summary>
353
370
354
371
### YouCompleteMe
@@ -373,7 +390,7 @@ let g:ycm_language_server =
373
390
374
391
</details> <!-- YouCompleteMe -->
375
392
376
-
<details>
393
+
<detailsname="vim-extensions">
377
394
<summary>
378
395
379
396
### LanguageClient-neovim
@@ -393,7 +410,7 @@ let g:LanguageClient_serverCommands = {
393
410
394
411
</details>
395
412
396
-
<details>
413
+
<detailsname="editor-extensions">
397
414
<summary>
398
415
399
416
## Emacs
@@ -407,7 +424,7 @@ Use `M-x eglot` in a zig-mode buffer to start the server.
407
424
408
425
</details>
409
426
410
-
<details>
427
+
<detailsname="editor-extensions">
411
428
<summary>
412
429
413
430
## Doom Emacs
@@ -420,7 +437,7 @@ Use `M-x eglot` in a zig-mode buffer to start the server.
420
437
421
438
</details> <!-- Doom Emacs -->
422
439
423
-
<details>
440
+
<detailsname="editor-extensions">
424
441
<summary>
425
442
426
443
## Spacemacs
@@ -436,7 +453,7 @@ Use `M-x eglot` in a zig-mode buffer to start the server.
436
453
437
454
</details> <!-- Spacemacs -->
438
455
439
-
<details>
456
+
<detailsname="editor-extensions">
440
457
<summary>
441
458
442
459
## Kate
@@ -467,7 +484,7 @@ If you wish to manually specify the path to the ZLS executable, open `Settings -
467
484
468
485
> ZLS works well without any configuration, all config options have reasonable defaults. Feel free to read through the available config options but unless there is something you want to change, there is no need to configure ZLS.
469
486
470
-
<details>
487
+
<detailsname="configuration">
471
488
<summary>
472
489
473
490
## In-Editor Configuration (recommended)
@@ -488,7 +505,7 @@ This feature is available for the following editors:
488
505
489
506
</details> <!-- In-Editor Configuration -->
490
507
491
-
<details>
508
+
<detailsname="configuration">
492
509
<summary>
493
510
494
511
## zls.json
@@ -572,7 +589,7 @@ info ( main ): A path to the local configuration folder will be printed instead
0 commit comments