Add default LSP change for terraform and hcl to breaking changes in rl.

This commit is contained in:
ppenguin 2026-01-24 12:17:15 +01:00
commit fd2827d790
No known key found for this signature in database
GPG key ID: 7E7143B546BB17A7

View file

@ -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)