docs: update release notes

Mention ts-error-translator's addition to the module system
This commit is contained in:
raf 2024-06-24 17:00:01 +03:00
parent f00ecd4eb9
commit ba803c8684
Signed by: NotAShelf
GPG key ID: AF26552424E53993

View file

@ -15,15 +15,27 @@ Release notes for release 0.7
[](#opt-vim.visuals.fidget-nvim.setupOpts.progress.display.overrides) from [](#opt-vim.visuals.fidget-nvim.setupOpts.progress.display.overrides) from
`anything` to a `submodule` for better type checking. `anything` to a `submodule` for better type checking.
- Fix null `vim.lsp.mappings` generating an error and not being filtered out. - Fix null `vim.lsp.mappings` generating an error and not being filtered out.
- Add basic transparency support for `oxocarbon` theme by setting the - Add basic transparency support for `oxocarbon` theme by setting the highlight
highlight group for `Normal`, `NormalFloat`, `LineNr`, `SignColumn` and group for `Normal`, `NormalFloat`, `LineNr`, `SignColumn` and optionally
optionally `NvimTreeNormal` to `none`. `NvimTreeNormal` to `none`.
[horriblename](https://github.com/horriblename): [horriblename](https://github.com/horriblename):
- Fix broken treesitter-context keybinds in visual mode - Fix broken treesitter-context keybinds in visual mode
- Depcrecate use of `__empty` to define empty tables in lua. Empty attrset are - Deprecate use of `__empty` to define empty tables in lua. Empty attrset are no
no longer filtered and thus should be used instead. longer filtered and thus should be used instead.
[jacekpoz](https://github.com/jacekpoz):
- Add [ocaml-lsp](https://github.com/ocaml/ocaml-lsp) support.
- Fix Emac typo
[diniamo](https://github.com/diniamo):
- Move the `theme` dag entry to before `luaScript`.
- Add rustfmt as the default formatter for Rust
[NotAShelf](https://github.com/notashelf) [NotAShelf](https://github.com/notashelf)
@ -39,19 +51,12 @@ Release notes for release 0.7
added once the [credo](https://github.com/rrrene/credo) linter has been added added once the [credo](https://github.com/rrrene/credo) linter has been added
to nixpkgs. A pull request is currently open. to nixpkgs. A pull request is currently open.
- Remove vim-tidal and friends - Remove vim-tidal and friends.
- Clean up Lualine module to reduce theme dependency on Catppuccin, and fixed - Clean up Lualine module to reduce theme dependency on Catppuccin, and fixed
blending issues in component separators. blending issues in component separators.
[jacekpoz](https://github.com/jacekpoz): - Add
[ts-error-translator.nvim](https://github.com/dmmulroy/ts-error-translator.nvim)
- Add [ocaml-lsp](https://github.com/ocaml/ocaml-lsp) support. extension of the TS language module, under
`vim.languages.ts.extensions.ts-error-translator`
- Fix Emac typo
[diniamo](https://github.com/diniamo):
- Move the `theme` dag entry to before `luaScript`.
- Add rustfmt as the default formatter for Rust