nix-config/modules/nixvim/lsp/terraform.nix
Oliver Davies e06e46b65d
All checks were successful
/ check (push) Successful in 52s
Enable terraformls
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-11-04 02:03:40 +00:00

3 lines
73 B
Nix

{
flake.modules.nixvim.custom.lsp.servers.terraformls.enable = true;
}