From d03d8d78dd8fc93cf9cb87b263fe46508b26df27 Mon Sep 17 00:00:00 2001 From: alfarel Date: Tue, 17 Mar 2026 15:08:39 -0400 Subject: [PATCH] docs: fix obsidian breaking change bisection --- docs/manual/release-notes/rl-0.9.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index a219f902..a82c9667 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -20,15 +20,16 @@ ]; } ``` + + Some other settings and commands are now deprecated but are still supported. + + - The `setupOpts.mappings` options were also removed. Use the built-in Neovim + settings (nvf's {option}`vim.keymaps`) + - `languages.{terraform,hcl}`: LSP servers now default to `tofu-ls`. While this is unlikely to cause any noticeable change in behavior or breakage, it's mentioned just in case. -Some other settings and commands are now deprecated but are still supported. - -- The `setupOpts.mappings` options were also removed. Use the built-in Neovim - settings (nvf's {option}`vim.keymaps`) - [Snoweuph](https://github.com/snoweuph) - "Correct `languages.go.treesitter` to contain all Go file types.