config/.config/nvim/lua/user/lsp/settings/yamlls.lua

9 lines
73 B
Lua

return {
yaml = {
schemaStore = {
enable = true
}
}
}