From 1394070aab122a052b3649f217a6841a8de67447 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 8 Jun 2024 00:11:24 +0200 Subject: [PATCH] docs(news): fixed versions --- NEWS.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/NEWS.md b/NEWS.md index 497b3aae..3abd43b7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # What's new? -## 11.x +## 12.x - This **news** is now also available on the website at [https://www.lazyvim.org/news](https://www.lazyvim.org/news) @@ -11,9 +11,17 @@ - **New Language Support:** SQL, Clojure, Thrift, Elm, Gleam, Angular, NuShell, Svelte, Kotlin, Astro, Toml and PHP +- **New Extras:** `copilot-chat`, `git`, `octo`, `inc-rename` and `neogen` + - The **typescript** extra now uses `vtsls` instead of `tsserver` -- **New Extras:** `copilot-chat`, `git`, `octo`, `inc-rename` and `neogen` +- **Neovim >= 0.10** now uses the much faster [lazydev.nvim](https://github.com/folke/lazydev.nvim) + instead of `neodev.nvim` + +- moved `neoconf.nvim` to extras. Project specific LSP settings + can be done with a `.lazy.lua` file instead. + +## 11.x - **Keymaps:** @@ -25,12 +33,6 @@ - **Options:** Added `linebreak=true` to default options. -- **Neovim >= 0.10** now uses the much faster [lazydev.nvim](https://github.com/folke/lazydev.nvim) - instead of `neodev.nvim` - -- moved `neoconf.nvim` to extras. Project specific LSP settings - can be done with a `.lazy.lua` file instead. - - `mini.ai` is back as a default plugin! Removing it was a mistake. It's a great plugin that enhances the native text objects.