diff --git a/docs/release-notes/rl-0.7.md b/docs/release-notes/rl-0.7.md index 1dc5bc0..ca49c7d 100644 --- a/docs/release-notes/rl-0.7.md +++ b/docs/release-notes/rl-0.7.md @@ -6,7 +6,7 @@ Release notes for release 0.7 [ItsSorae](https://github.com/ItsSorae): -- Added support for [typst](https://typst.app/) under `vim.languages.typst` This +- Add 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): @@ -15,6 +15,9 @@ Release notes for release 0.7 [](#opt-vim.visuals.fidget-nvim.setupOpts.progress.display.overrides) from `anything` to a `submodule` for better type checking. - Fix null `vim.lsp.mappings` generating an error and not being filtered out. +- Add basic transparency support for `oxocarbon` theme by setting the + highlight group for `Normal`, `NormalFloat`, `LineNr`, `SignColumn` and + optionally `NvimTreeNormal` to `none`. [horriblename](https://github.com/horriblename): @@ -38,9 +41,9 @@ Release notes for release 0.7 - Remove vim-tidal and friends -- Cleaned 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. [jacekpoz](https://github.com/jacekpoz): -- Added [ocaml-lsp](https://github.com/ocaml/ocaml-lsp) support. +- Add [ocaml-lsp](https://github.com/ocaml/ocaml-lsp) support.