You've already forked dotfiles
32 lines
803 B
Lua
32 lines
803 B
Lua
return {
|
|
settings = {
|
|
redhat = { telemetry = { enabled = false } },
|
|
yaml = {
|
|
customTags = {
|
|
"!fn",
|
|
"!And",
|
|
"!If",
|
|
"!Not",
|
|
"!Equals",
|
|
"!Or",
|
|
"!FindInMap sequence",
|
|
"!Base64",
|
|
"!Cidr",
|
|
"!Ref",
|
|
"!Ref Scalar",
|
|
"!Sub",
|
|
"!GetAtt",
|
|
"!GetAZs",
|
|
"!ImportValue",
|
|
"!Select",
|
|
"!Split",
|
|
"!Join sequence"
|
|
},
|
|
format = { enable = true, singleQuote = true },
|
|
hover = true,
|
|
schemaStore = { enable = true },
|
|
validate = true,
|
|
}
|
|
}
|
|
}
|