feat: Templ config

This commit is contained in:
Bogdan Buduroiu 2025-03-31 12:42:26 +08:00
parent aaab5e3b57
commit 0019e74ee8
Signed by: bruvduroiu
GPG key ID: A8722B2334DE9499
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,9 @@ local options = {
tf = { "tflint", "terraform-ls" },
go = { "goimports", "gofmt" },
json = { "jq" },
templ = { "templ" },
ts = { "typescript-language-server" },
zig = { "zls" },
},
format_on_save = {

View file

@ -18,6 +18,7 @@ local servers = {
},
zls = {},
terraformls = {},
templ = {},
pyright = {
settings = {