feat(conform): install asdf-vm instead of tenv for terraform formatting
All checks were successful
check-commits / Check commits (pull_request) Successful in 8s
build-flake / build (pull_request) Successful in 4m28s
build-flake / Build flake (push) Successful in 4m27s
build-flake / Release a new version (push) Successful in 10s
Sync flake lock with main nix-configuration project / Sync flake lock with main nix-configuration project (push) Successful in 6s
Sync flake lock with main nix-configuration project / Build flake (push) Successful in 4m46s
Sync flake lock with main nix-configuration project / Release a new version (push) Successful in 10s
All checks were successful
check-commits / Check commits (pull_request) Successful in 8s
build-flake / build (pull_request) Successful in 4m28s
build-flake / Build flake (push) Successful in 4m27s
build-flake / Release a new version (push) Successful in 10s
Sync flake lock with main nix-configuration project / Sync flake lock with main nix-configuration project (push) Successful in 6s
Sync flake lock with main nix-configuration project / Build flake (push) Successful in 4m46s
Sync flake lock with main nix-configuration project / Release a new version (push) Successful in 10s
This commit was merged in pull request #50.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
extraConfigLuaPre =
|
extraConfigLuaPre =
|
||||||
@@ -41,7 +42,12 @@
|
|||||||
|
|
||||||
plugins.conform-nvim = {
|
plugins.conform-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoInstall.enable = true;
|
autoInstall = {
|
||||||
|
enable = true;
|
||||||
|
overrides = {
|
||||||
|
"terraform_fmt" = pkgs.asdf-vm;
|
||||||
|
};
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
default_format_opts.lsp_format = "fallback";
|
default_format_opts.lsp_format = "fallback";
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
|
|||||||
Reference in New Issue
Block a user