feat: Templ config
This commit is contained in:
parent
aaab5e3b57
commit
0019e74ee8
2 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
|
@ -18,6 +18,7 @@ local servers = {
|
|||
},
|
||||
zls = {},
|
||||
terraformls = {},
|
||||
templ = {},
|
||||
|
||||
pyright = {
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue