mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-04 19:05:55 +00:00
Merge branch 'main' into improve-terraformls
This commit is contained in:
commit
1de52a0e08
2 changed files with 5 additions and 1 deletions
|
|
@ -44,3 +44,7 @@
|
||||||
- LSP config
|
- LSP config
|
||||||
- Added `tofu` and `tofu-ls` as (free) alternative to `terrraform` and
|
- Added `tofu` and `tofu-ls` as (free) alternative to `terrraform` and
|
||||||
`terraform-ls`
|
`terraform-ls`
|
||||||
|
|
||||||
|
[jtliang24](https://github.com/jtliang24):
|
||||||
|
|
||||||
|
- Updated nix language plugin to use pkgs.nixfmt instead of pkgs.nixfmt-rfc-style
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixfmt = {
|
nixfmt = {
|
||||||
command = getExe pkgs.nixfmt-rfc-style;
|
command = getExe pkgs.nixfmt;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue