diff --git a/nvim/dot-config/nvim/lsp/yamlls.lua b/nvim/dot-config/nvim/lsp/yamlls.lua index bf2d31a..ec1496a 100644 --- a/nvim/dot-config/nvim/lsp/yamlls.lua +++ b/nvim/dot-config/nvim/lsp/yamlls.lua @@ -1,8 +1,5 @@ return require("schema-companion").setup_client({ settings = { - yaml = { - schemastore = { enable = false, url = "" }, - schemas = require("schemastore").yaml.schemas(), - }, + yaml = {}, }, })