Skip to content

Commit

Permalink
add documentation for the neovim health check
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Dec 5, 2024
1 parent 6f76eb2 commit 009d02a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/zls/editors/vim/nvim-lspconfig.smd
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,16 @@ autocmd BufWritePre *.zig,*.zon lua vim.lsp.buf.format()
EOF
```

## Health Check

To make sure that ZLS is set up as expected, open a `.zig` file and run the following health checks:

```
:checkhealth lspconfig vim.lsp
```

For more information on the health check, refer to [Health check](https://neovim.io/doc/user/health).

## Code Actions on save

### source.fixAll
Expand Down

0 comments on commit 009d02a

Please sign in to comment.