Initial rewrite
Signed-off-by: Timothy Pidashev <mail@timmypidashev.dev>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
cmd = { "yaml-language-server", "--stdio" },
|
||||
filetypes = { "yaml", "yaml.docker-compose", "yaml.gitlab" },
|
||||
root_markers = { ".git" },
|
||||
settings = {
|
||||
yaml = {
|
||||
keyOrdering = false,
|
||||
schemaStore = { enable = true, url = "https://www.schemastore.org/api/json/catalog.json" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user