2024-04-28 22:08:28 -04: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-06 22:30:06 +03: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 08:11:02 -04:00
|
|
|
|
|
|
|
[frothymarrow](https://github.com/frothymarrow):
|
|
|
|
|
|
|
|
- Modified type for [](#opt-vim.visuals.fidget-nvim.setupOpts.progress.display.overrides)
|
2024-05-06 22:30:06 +03:00
|
|
|
from `anything` to a `submodule` for better type checking
|
2024-05-02 19:41:44 +02:00
|
|
|
|
|
|
|
[horriblename](https://github.com/horriblename)
|
|
|
|
|
|
|
|
- Fix broken treesitter-context keybinds in visual mode
|
2024-05-06 22:30:06 +03:00
|
|
|
|
|
|
|
[NotAShelf](https://github.com/notashelf)
|
|
|
|
|
|
|
|
- Add `deno fmt` as the default Markdown formatter. This will be enabled
|
|
|
|
automatically if you have autoformatting enabled, but can be disabled manually
|
|
|
|
if you choose to.
|
2024-05-06 22:57:36 +03:00
|
|
|
|
2024-05-06 22:30:06 +03:00
|
|
|
- Remove vim-tidal and friends
|
2024-05-06 22:57:36 +03:00
|
|
|
|
|
|
|
- Remove unmaintained Elixir language module. This has been long broken, and was
|
|
|
|
unmaintained due to my disinterest in using Elixir. If you depend on Elixir
|
|
|
|
language support, please create an issue. Do keep in mind that elixirls **does
|
|
|
|
not exist in nixpkgs**.
|