-- Install schemastore.nvim which provides schemas for
-- JSON and YAML.
-- Needed for jsonls LSP
return {
"b0o/schemastore.nvim",
lazy = true,
ft = {
"json",
"yaml",
}