You've already forked dotfiles
Disabling nvim-lint and calls to cfn-lint for now. Found and removed the issue with completion causing odd failures on expansion.
34 lines
774 B
Lua
34 lines
774 B
Lua
return {
|
|
settings = {
|
|
yaml = {
|
|
-- schemaStore = {
|
|
-- enable = true
|
|
-- },
|
|
format = {
|
|
enable = true,
|
|
singleQuote = true
|
|
},
|
|
customTags = {
|
|
"!fn",
|
|
"!And",
|
|
"!If",
|
|
"!Not",
|
|
"!Equals",
|
|
"!Or",
|
|
"!FindInMap sequence",
|
|
"!Base64",
|
|
"!Cidr",
|
|
"!Ref",
|
|
"!Ref Scalar",
|
|
"!Sub",
|
|
"!GetAtt",
|
|
"!GetAZs",
|
|
"!ImportValue",
|
|
"!Select",
|
|
"!Split",
|
|
"!Join sequence"
|
|
}
|
|
}
|
|
}
|
|
}
|