docs: updated news

This commit is contained in:
Folke Lemaitre
2024-06-07 23:54:57 +02:00
parent ac9217b199
commit f202f573b4

21
NEWS.md
View File

@ -2,6 +2,27 @@
## 11.x
- **prettier** extra now works for all prettier supported filetypes
and will be enabled for astro/svelte extra if you have a proper
config file with the correct prettier plugin
- **New Language Support:** SQL, Clojure, Thrift, Elm, Gleam, Angular,
NuShell, Svelte, Kotlin, Astro, Toml and PHP
- The **typescript** extra now uses `vtsls` instead of `tsserver`
- **New Extras:** `copilot-chat`, `git`, `octo`, `inc-rename` and `neogen`
- **Keymaps:**
- `<leader>gB` to open the current repo in the browser
- `gco` and `gcO` to add a comment below or above the current line
- `<leader>wm` to toggle window maximize
- **lazydev.nvim:** faster alternative to `neodev.nvim`
- **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`