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`