mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
12 lines
276 B
Lua
12 lines
276 B
Lua
return {
|
|
filetypes = { 'yaml', 'yml' },
|
|
settings = {
|
|
yaml = {
|
|
schemas = {
|
|
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*',
|
|
Kubernetes = '/*k8s.yaml',
|
|
},
|
|
},
|
|
},
|
|
}
|