mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
docs(news): fixed versions
This commit is contained in:
parent
16f3ebb9f1
commit
1394070aab
1 changed files with 10 additions and 8 deletions
18
NEWS.md
18
NEWS.md
|
|
@ -1,6 +1,6 @@
|
||||||
# What's new?
|
# 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)
|
- 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,
|
- **New Language Support:** SQL, Clojure, Thrift, Elm, Gleam, Angular,
|
||||||
NuShell, Svelte, Kotlin, Astro, Toml and PHP
|
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`
|
- 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:**
|
- **Keymaps:**
|
||||||
|
|
||||||
|
|
@ -25,12 +33,6 @@
|
||||||
|
|
||||||
- **Options:** Added `linebreak=true` to default options.
|
- **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.
|
- `mini.ai` is back as a default plugin! Removing it was a mistake.
|
||||||
It's a great plugin that enhances the native text objects.
|
It's a great plugin that enhances the native text objects.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue