From 64e1f04486b32410110a83502b4920da09e587b8 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 7 Nov 2024 15:53:46 +0100 Subject: [PATCH] docs: added news about the new version --- NEWS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.md b/NEWS.md index 20b6156b..b2bb693b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,19 @@ # What's new? +## 13.x + +- Big new release with a lot of changes and improvements! + +- The biggest change is the move of a bunch of core features to + [snacks.nvim](https://github.com/folke/snacks.nvim) and fully + integrating it into **LazyVim**. + +- I highly suggest having a look at the **snacks.nvim** documentation + to see all the new features and improvements. Most important changes: + - `Snacks.notifier` for notifications instead of `nvim-notify` + - `Snacks.terminal` is similar to `lazyterm`, but has more features + and creates bottom splits by default (similar to the `edgy` integrating) + ## 12.x - **Markdown Extra**: [headlines.nvim](https://github.com/lukas-reineke/headlines.nvim) has been removed in favor of [markdown.nvim](https://github.com/MeanderingProgrammer/markdown.nvim)