2024-12-09 07:28:23 +01:00
|
|
|
# Release 0.8 {#sec-release-0.8}
|
|
|
|
|
|
|
|
[NotAShelf](https://github.com/notashelf):
|
|
|
|
|
|
|
|
[typst-preview.nvim]: https://github.com/chomosuke/typst-preview.nvim
|
2024-12-31 05:02:13 +01:00
|
|
|
[render-markdown.nvim]: https://github.com/MeanderingProgrammer/render-markdown.nvim
|
2024-12-09 07:28:23 +01:00
|
|
|
|
|
|
|
- Add [typst-preview.nvim] under
|
|
|
|
`languages.typst.extensions.typst-preview-nvim`.
|
2024-12-10 21:37:32 +01:00
|
|
|
|
|
|
|
- Add a search widget to the options page in the nvf manual.
|
2024-12-20 04:50:38 +01:00
|
|
|
|
2024-12-31 05:02:13 +01:00
|
|
|
- Add [render-markdown.nvim] under
|
|
|
|
`languages.markdown.extensions.render-markdown-nvim`
|
|
|
|
|
2025-01-06 01:54:38 +01:00
|
|
|
- Implement [](#opt-vim.git.gitsigns.setupOpts) for user-specified setup table
|
|
|
|
in gitsigns configuration.
|
|
|
|
|
2024-12-20 04:50:38 +01:00
|
|
|
[amadaluzia](https://github.com/amadaluzia):
|
|
|
|
|
|
|
|
[haskell-tools.nvim]: https://github.com/MrcJkb/haskell-tools.nvim
|
|
|
|
|
2024-12-21 01:15:10 +01:00
|
|
|
- Add Haskell support under `vim.languages.haskell` using [haskell-tools.nvim].
|
|
|
|
|
|
|
|
[diniamo](https://github.com/diniamo):
|
|
|
|
|
|
|
|
- Add Odin support under `vim.languages.odin`.
|
2024-12-24 12:19:08 +01:00
|
|
|
|
|
|
|
- Disable the built-in format-on-save feature of zls. Use `vim.lsp.formatOnSave`
|
|
|
|
instead.
|