mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-08-20 12:50:22 +00:00
[neovim] Fix yaml-companion
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
local cfg = require("yaml-companion").setup({
|
||||
lspconfig = {
|
||||
settings = {
|
||||
redhat = {
|
||||
telemetry = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
-- yaml = {
|
||||
-- schemas = {
|
||||
-- ["https://custom/github-workflow.json"] = "/.github/workflows/*",
|
||||
-- },
|
||||
-- },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
return cfg
|
Reference in New Issue
Block a user