This commit is contained in:
lsoriano-mcm
2025-07-05 08:37:10 -05:00
parent 41f3594f31
commit 432c2aabf2
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@
formatters_by_ft = {
terraform = ["tofu_fmt"];
tf = ["tofu_fmt"];
sh = ["beautysh"];
};
};
};
@@ -15,6 +16,7 @@
helm_ls.enable = true;
nginx_language_server.enable = true;
terraformls.enable = true;
bashls.enable = true;
};
};