mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-13 03:41:13 +00:00
19 lines
299 B
Lua
19 lines
299 B
Lua
local cfg = require("yaml-companion").setup({
|
|
lspconfig = {
|
|
settings = {
|
|
redhat = {
|
|
telemetry = {
|
|
enabled = false,
|
|
},
|
|
},
|
|
-- yaml = {
|
|
-- schemas = {
|
|
-- ["https://custom/github-workflow.json"] = "/.github/workflows/*",
|
|
-- },
|
|
-- },
|
|
},
|
|
},
|
|
})
|
|
|
|
return cfg
|