2024-04-29 02:08:28 +00:00
|
|
|
# Release 0.7 {#sec-release-0.7}
|
|
|
|
|
|
|
|
Release notes for release 0.7
|
|
|
|
|
|
|
|
## Changelog {#sec-release-0.7-changelog}
|
|
|
|
|
|
|
|
[ItsSorae](https://github.com/ItsSorae):
|
|
|
|
|
2024-05-01 16:05:12 +00:00
|
|
|
- Added support for [typst](https://typst.app/) under `vim.languages.typst`.
|
|
|
|
This will enable the `typst-lsp` language server, and the `typstfmt` formatter.
|
2024-04-29 12:11:02 +00:00
|
|
|
|
|
|
|
[frothymarrow](https://github.com/frothymarrow):
|
|
|
|
|
|
|
|
- Modified type for [](#opt-vim.visuals.fidget-nvim.setupOpts.progress.display.overrides)
|
|
|
|
from `anything` to a `submodule` for better type checking.
|
2024-05-06 21:01:16 +00:00
|
|
|
- Fix null `vim.lsp.mappings` generating an error and not being filtered out.
|
2024-05-02 17:41:44 +00:00
|
|
|
|
2024-05-06 21:01:16 +00:00
|
|
|
[horriblename](https://github.com/horriblename):
|
2024-05-02 17:41:44 +00:00
|
|
|
|
|
|
|
- Fix broken treesitter-context keybinds in visual mode
|