From fd2827d79044c66e5efc4b0ebfd94aa341b0f473 Mon Sep 17 00:00:00 2001 From: ppenguin Date: Sat, 24 Jan 2026 12:17:15 +0100 Subject: [PATCH] Add default LSP change for terraform and hcl to breaking changes in rl. --- docs/manual/release-notes/rl-0.9.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index 9de10149..e5c8833d 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -19,11 +19,14 @@ ]; } ``` +- `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. +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`) +- The `setupOpts.mappings` options were also removed. Use the built-in Neovim + settings (nvf's {option}`vim.keymaps`) ## Changelog {#sec-release-0-9-changelog} @@ -67,7 +70,7 @@ - `toggleterm` open map now also works when in terminal mode -[ppenguin](https://github.com/Libadoxon): +[ppenguin](https://github.com/ppenguin): - Improved/harmonized for `terraform` and `hcl`: - formatting (use `terraform fmt` or `tofu fmt` for `tf` files)