1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 07:29:26 +00:00

[neovim] Improve yamlls/companion configuration

This commit is contained in:
2023-07-09 18:19:20 +02:00
parent 9a6d586be1
commit 83e533b928
4 changed files with 16 additions and 9 deletions

View File

@ -1,9 +1,18 @@
return {
settings = {
redhat = {
telemetry = {
enabled = false,
local cfg = require("yaml-companion").setup({
lspconfig = {
settings = {
redhat = {
telemetry = {
enabled = false,
},
},
-- yaml = {
-- schemas = {
-- ["https://custom/github-workflow.json"] = "/.github/workflows/*",
-- },
-- },
},
},
}
})
return cfg