Skip to content

Commit 7ef2244

Browse files
authored
Merge pull request #731 from Prince213/readme-fix
Readme fix
2 parents 2ae113d + 79b7876 commit 7ef2244

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ You can install `zls` using the instuctions for your text editor below:
168168
### VS Code
169169

170170
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`.
172172

173173
### Sublime Text
174174

@@ -207,7 +207,7 @@ It will install `zls` if it is not found in your `PATH`
207207

208208
### Kate
209209

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).
211211
- Enable `LSP client` plugin in Kate settings.
212212
- Add this snippet to `LSP client's` user settings (e.g. /$HOME/.config/kate/lspclient)
213213
(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`
229229

230230
- Install the CoC engine from [here](https://github.com/neoclide/coc.nvim).
231231

232-
Then choose one of the following two ways
232+
Then choose one of the following two ways:
233233

234234
1. Use extension
235235

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+
239239
2. Manually register
240240
```json
241241
{
@@ -249,7 +249,7 @@ Then choose one of the following two ways
249249
```
250250

251251
#### YouCompleteMe
252-
- Install YouCompleteMeFrom [here](https://github.com/ycm-core/YouCompleteMe.git).
252+
- Install YouCompleteMe from [here](https://github.com/ycm-core/YouCompleteMe.git).
253253
- Add these lines to your vimrc:
254254

255255
```vim
@@ -306,7 +306,7 @@ let g:completion_enable_auto_popup = 1
306306

307307
#### LanguageClient-neovim
308308

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).
310310
- Edit your neovim configuration and add `zls` for zig filetypes:
311311

312312
```vim
@@ -317,8 +317,8 @@ let g:LanguageClient_serverCommands = {
317317

318318
### Emacs
319319

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.
322322

323323
```elisp
324324
;; Setup lsp-mode as desired.
@@ -331,8 +331,8 @@ let g:LanguageClient_serverCommands = {
331331

332332
### Doom Emacs
333333

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.
336336
- Add the following to your `config.el`:
337337

338338
```elisp

0 commit comments

Comments
 (0)