mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-10 08:05:57 +01:00
19 lines
617 B
Markdown
19 lines
617 B
Markdown
# Release 0.7 {#sec-release-0.7}
|
|
|
|
Release notes for release 0.7
|
|
|
|
## Changelog {#sec-release-0.7-changelog}
|
|
|
|
[ItsSorae](https://github.com/ItsSorae):
|
|
|
|
- Added support for [typst](https://typst.app/) under `vim.languages.typst`.
|
|
This will enable the `typst-lsp` language server, and the `typstfmt` formatter.
|
|
|
|
[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.
|
|
|
|
[horriblename](https://github.com/horriblename)
|
|
|
|
- Fix broken treesitter-context keybinds in visual mode
|