nvim: update yamlls with reference tag
This commit is contained in:
@@ -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",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user