nvim: update yamlls with reference tag

This commit is contained in:
Valeriy Filippov
2026-04-02 18:14:32 +03:00
parent 4fa8591142
commit 1930f98e22

View File

@@ -4,7 +4,7 @@ return {
filetypes = {
"yaml",
"yaml.docker-compose",
-- "yaml.gitlab",
"yaml.gitlab",
"yaml.helm-values",
},
root_markers = {
@@ -21,6 +21,9 @@ return {
format = {
enable = true,
},
customTags = {
"!reference sequence",
},
},
},
}