mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-05 11:25:52 +00:00
Add default LSP change for terraform and hcl to breaking changes in rl.
This commit is contained in:
parent
c7afc0c766
commit
fd2827d790
1 changed files with 7 additions and 4 deletions
|
|
@ -19,6 +19,9 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
- `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.
|
||||||
|
|
||||||
|
|
@ -67,7 +70,7 @@
|
||||||
|
|
||||||
- `toggleterm` open map now also works when in terminal mode
|
- `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`:
|
- Improved/harmonized for `terraform` and `hcl`:
|
||||||
- formatting (use `terraform fmt` or `tofu fmt` for `tf` files)
|
- formatting (use `terraform fmt` or `tofu fmt` for `tf` files)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue