feat(nvim): support gitea workflows in yamlls
This commit is contained in:
parent
47ae463173
commit
b332395536
@ -288,7 +288,21 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
yaml = {
|
yaml = {
|
||||||
schemas = require("schemastore").yaml.schemas({}),
|
schemaStore = {
|
||||||
|
enable = false,
|
||||||
|
url = ""
|
||||||
|
},
|
||||||
|
schemas = require("schemastore").yaml.schemas({
|
||||||
|
validate = { enable = true },
|
||||||
|
extra = {
|
||||||
|
{
|
||||||
|
description = "Gitea Actions",
|
||||||
|
fileMatch = ".gitea/workflows/*",
|
||||||
|
name = "gitea-workflow.json",
|
||||||
|
url = "https://json.schemastore.org/github-workflow.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
capabilities = lsp_capabilities,
|
capabilities = lsp_capabilities,
|
||||||
|
Loading…
Reference in New Issue
Block a user