mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-05 03:15:53 +00:00
Merge 63d59ff40a into 92854bd0ea
This commit is contained in:
commit
873210a87a
3 changed files with 98 additions and 30 deletions
|
|
@ -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`)
|
||||
|
||||
[Snoweuph](https://github.com/snoweuph)
|
||||
|
||||
|
|
@ -73,6 +76,14 @@
|
|||
|
||||
- `toggleterm` open map now also works when in terminal mode
|
||||
|
||||
[ppenguin](https://github.com/ppenguin):
|
||||
|
||||
- Improved/harmonized for `terraform` and `hcl`:
|
||||
- formatting (use `terraform fmt` or `tofu fmt` for `tf` files)
|
||||
- LSP config
|
||||
- Added `tofu` and `tofu-ls` as (free) alternative to `terrraform` and
|
||||
`terraform-ls`
|
||||
|
||||
[jtliang24](https://github.com/jtliang24):
|
||||
|
||||
- Updated nix language plugin to use pkgs.nixfmt instead of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue