Use builtin yamlls schemastore

This commit is contained in:
Dreaded_X 2025-05-31 01:28:31 +02:00
parent 55e9b08499
commit 63aa621404
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -1,8 +1,5 @@
return require("schema-companion").setup_client({
settings = {
yaml = {
schemastore = { enable = false, url = "" },
schemas = require("schemastore").yaml.schemas(),
},
yaml = {},
},
})