fix(nvim): do not disable schema store for yamlls

This commit is contained in:
Price Hiller 2024-05-13 22:04:32 -05:00
parent 837ad04456
commit 7776463c30
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -352,10 +352,6 @@ return {
},
},
yaml = {
schemaStore = {
enable = false,
url = "",
},
schemas = require("schemastore").yaml.schemas({
validate = { enable = true },
extra = {