fix(nvim): do not disable schema store for yamlls
This commit is contained in:
parent
837ad04456
commit
7776463c30
@ -352,10 +352,6 @@ return {
|
||||
},
|
||||
},
|
||||
yaml = {
|
||||
schemaStore = {
|
||||
enable = false,
|
||||
url = "",
|
||||
},
|
||||
schemas = require("schemastore").yaml.schemas({
|
||||
validate = { enable = true },
|
||||
extra = {
|
||||
|
Loading…
Reference in New Issue
Block a user