From f202f573b4a8b23e5517504b41483eadf55a0699 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 7 Jun 2024 23:54:57 +0200 Subject: [PATCH] docs: updated news --- NEWS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS.md b/NEWS.md index 05a1ddce..3b5657d7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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:** + + - `gB` to open the current repo in the browser + - `gco` and `gcO` to add a comment below or above the current line + - `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`