diff --git a/config/modules/plugins/conform-nvim.nix b/config/modules/plugins/conform-nvim.nix index a3e3d3e..a0a80f9 100644 --- a/config/modules/plugins/conform-nvim.nix +++ b/config/modules/plugins/conform-nvim.nix @@ -1,3 +1,4 @@ +{ pkgs, ... }: { config = { extraConfigLuaPre = @@ -41,7 +42,12 @@ plugins.conform-nvim = { enable = true; - autoInstall.enable = true; + autoInstall = { + enable = true; + overrides = { + "terraform_fmt" = pkgs.asdf-vm; + }; + }; settings = { default_format_opts.lsp_format = "fallback"; formatters_by_ft = {