Compare commits

...

2 Commits

Author SHA1 Message Date
raf 3954036230
Merge 91672ec793 into 2759b9caae 2024-06-24 14:11:25 +00:00
NotAShelf 91672ec793
docs: update release notes
Mention ts-error-translator's addition to the module system
2024-06-24 17:11:15 +03:00
1 changed files with 19 additions and 10 deletions

View File

@ -15,15 +15,21 @@ 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
[NotAShelf](https://github.com/notashelf) [NotAShelf](https://github.com/notashelf)
@ -39,13 +45,16 @@ 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 `vim.languages.ts` for per-plugin extensions to language modules. This
schema shall be followed for any future "extension" additions to the language
modules.
- Add [ocaml-lsp](https://github.com/ocaml/ocaml-lsp) support. - Add
[ts-error-translator.nvim](https://github.com/dmmulroy/ts-error-translator.nvim)
- Fix Emac typo extension of the TS language module, under
`vim.languages.ts.extensions.ts-error-translator`