Enable terraformls
All checks were successful
/ check (push) Successful in 52s

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-11-04 02:03:40 +00:00
parent f7d7fc6c4d
commit e06e46b65d
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@
module = "php";
neon = "yaml";
pcss = "scss";
tf = "terraform";
theme = "php";
};

View file

@ -0,0 +1,3 @@
{
flake.modules.nixvim.custom.lsp.servers.terraformls.enable = true;
}