From 572ea52a25250ce0d363720de4bc733255ae2c9d Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Mon, 29 Sep 2025 21:58:05 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/rl-0.8.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index 23afac32..6eff5fec 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -28,6 +28,10 @@ align with the "hunks" themed mapping and avoid conflict with the new [neogit] group. +- LSP keybinds and related plugin integrations are now attached in an LspAttach + autocmd event. If you were calling `default_on_attach()` in your LSP setup you + can remove them now. + [NotAShelf](https://github.com/notashelf): [typst-preview.nvim]: https://github.com/chomosuke/typst-preview.nvim @@ -135,6 +139,8 @@ - Moved code setting `additionalRuntimePaths` and `enableLuaLoader` out of `luaConfigPre`'s default to prevent being overridden - Use conform over custom autocmds for LSP format on save +- Move LSP keybinds and other related plugin integrations into an LspAttach + event. [diniamo](https://github.com/diniamo):