diff --git a/config/plugins/lsp/lsp.nix b/config/plugins/lsp/lsp.nix index 04e4d68..0ba1edb 100644 --- a/config/plugins/lsp/lsp.nix +++ b/config/plugins/lsp/lsp.nix @@ -40,6 +40,9 @@ }; terraformls = { enable = true; + settings = { + terraform.path = "${pkgs.opentofu}/bin/tofu"; + }; }; ansiblels = { enable = true;