@@ -168,7 +168,7 @@ You can install `zls` using the instuctions for your text editor below:
168
168
### VS Code
169
169
170
170
Install the ` zls-vscode ` extension from [ here] ( https://github.com/zigtools/zls-vscode/releases ) or via the extensions menu.
171
- It will install ` zls ` if it is not found in your ` PATH `
171
+ It will install ` zls ` if it is not found in your ` PATH ` .
172
172
173
173
### Sublime Text
174
174
@@ -207,7 +207,7 @@ It will install `zls` if it is not found in your `PATH`
207
207
208
208
### Kate
209
209
210
- - Install language support for Zig from [ here] ( https://github.com/ziglang/kde-syntax-highlighting )
210
+ - Install language support for Zig from [ here] ( https://github.com/ziglang/kde-syntax-highlighting ) .
211
211
- Enable ` LSP client ` plugin in Kate settings.
212
212
- Add this snippet to ` LSP client's ` user settings (e.g. /$HOME/.config/kate/lspclient)
213
213
(or paste it in ` LSP client's ` GUI settings)
@@ -229,13 +229,13 @@ It will install `zls` if it is not found in your `PATH`
229
229
230
230
- Install the CoC engine from [ here] ( https://github.com/neoclide/coc.nvim ) .
231
231
232
- Then choose one of the following two ways
232
+ Then choose one of the following two ways:
233
233
234
234
1 . Use extension
235
235
236
- Run ` :CocInstall coc-zls ` to install [ coc-zls] ( https://github.com/xiyaowong/coc-zls ) ,
237
- this extension supports the same functionality as the VS Code extension
238
-
236
+ Run ` :CocInstall coc-zls ` to install [ coc-zls] ( https://github.com/xiyaowong/coc-zls ) ,
237
+ this extension supports the same functionality as the VS Code extension.
238
+
239
239
2 . Manually register
240
240
``` json
241
241
{
@@ -249,7 +249,7 @@ Then choose one of the following two ways
249
249
```
250
250
251
251
#### YouCompleteMe
252
- - Install YouCompleteMeFrom [here](https://github.com/ycm-core/YouCompleteMe.git).
252
+ - Install YouCompleteMe from [here](https://github.com/ycm-core/YouCompleteMe.git).
253
253
- Add these lines to your vimrc:
254
254
255
255
```vim
@@ -306,7 +306,7 @@ let g:completion_enable_auto_popup = 1
306
306
307
307
#### LanguageClient-neovim
308
308
309
- - Install the LanguageClient-neovim from [ here] ( https://github.com/autozimu/LanguageClient-neovim )
309
+ - Install the LanguageClient-neovim from [ here] ( https://github.com/autozimu/LanguageClient-neovim ) .
310
310
- Edit your neovim configuration and add ` zls ` for zig filetypes:
311
311
312
312
``` vim
@@ -317,8 +317,8 @@ let g:LanguageClient_serverCommands = {
317
317
318
318
### Emacs
319
319
320
- - Install [ lsp-mode] ( https://github.com/emacs-lsp/lsp-mode ) from melpa
321
- - [ zig mode] ( https://github.com/ziglang/zig-mode ) is also useful
320
+ - Install [ lsp-mode] ( https://github.com/emacs-lsp/lsp-mode ) from melpa.
321
+ - [ zig mode] ( https://github.com/ziglang/zig-mode ) is also useful.
322
322
323
323
``` elisp
324
324
;; Setup lsp-mode as desired.
@@ -331,8 +331,8 @@ let g:LanguageClient_serverCommands = {
331
331
332
332
### Doom Emacs
333
333
334
- - Enable the ` lsp ` module
335
- - Install the [ zig-mode] ( https://github.com/ziglang/zig-mode ) package (add ` (package! zig-mode) ` to your ` packages.el ` file
334
+ - Enable the ` lsp ` module.
335
+ - Install the [ zig-mode] ( https://github.com/ziglang/zig-mode ) package (add ` (package! zig-mode) ` to your ` packages.el ` file.
336
336
- Add the following to your ` config.el ` :
337
337
338
338
``` elisp
0 commit comments