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" },
|
tf = { "tflint", "terraform-ls" },
|
||||||
go = { "goimports", "gofmt" },
|
go = { "goimports", "gofmt" },
|
||||||
json = { "jq" },
|
json = { "jq" },
|
||||||
|
templ = { "templ" },
|
||||||
|
ts = { "typescript-language-server" },
|
||||||
|
zig = { "zls" },
|
||||||
},
|
},
|
||||||
|
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
|
|
|
@ -18,6 +18,7 @@ local servers = {
|
||||||
},
|
},
|
||||||
zls = {},
|
zls = {},
|
||||||
terraformls = {},
|
terraformls = {},
|
||||||
|
templ = {},
|
||||||
|
|
||||||
pyright = {
|
pyright = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue