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