mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-26 11:24:07 +00:00
12 lines
344 B
Lua
12 lines
344 B
Lua
return {
|
|
settings = {
|
|
yaml = {
|
|
schemas = {
|
|
["http://json.schemastore.org/github-workflow"] = ".github/workflows/*.{yml,yaml}",
|
|
["http://json.schemastore.org/github-action"] = ".github/action.{yml,yaml}",
|
|
["http://json.schemastore.org/ansible-stable-2.9"] = "roles/tasks/*.{yml,yaml}",
|
|
},
|
|
},
|
|
},
|
|
}
|