docs(news): fixed versions

This commit is contained in:
Folke Lemaitre 2024-06-08 00:11:24 +02:00
parent 16f3ebb9f1
commit 1394070aab
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

18
NEWS.md
View file

@ -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.