mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
14 lines
260 B
Lua
14 lines
260 B
Lua
return {
|
|
settings = {
|
|
yaml = {
|
|
hover = true,
|
|
completion = true,
|
|
validate = true,
|
|
schemaStore = {
|
|
enable = true,
|
|
url = "https://www.schemastore.org/api/json/catalog.json",
|
|
},
|
|
schemas = {},
|
|
},
|
|
},
|
|
}
|