13 lines
362 B
Lua
13 lines
362 B
Lua
return {
|
|
capabilities = require('cmp_nvim_lsp').default_capabilities(),
|
|
settings = {
|
|
yaml = {
|
|
schemas = {
|
|
["https://json.schemastore.org/github-workflow.json"] = "/.github/workflows/*",
|
|
["../path/relative/to/file.yml"] = "/.github/workflows/*",
|
|
["/path/from/root/of/project"] = "/.github/workflows/*",
|
|
},
|
|
},
|
|
}
|
|
}
|