languages/zig: disable lsp autosave

This commit is contained in:
diniamo 2024-12-23 13:32:26 +01:00
commit 90bad54586
2 changed files with 17 additions and 5 deletions

View file

@ -18,3 +18,6 @@
[diniamo](https://github.com/diniamo):
- Add Odin support under `vim.languages.odin`.
- Disable the built-in format-on-save feature of zls. Use `vim.lsp.formatOnSave`
instead.