summaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/jsonls.lua
blob: 98da93bf340d19596d59997484238bff3262adcb (plain)
1
2
3
4
5
6
7
8
return {
  settings = {
    json = {
      schemas = require("schemastore").json.schemas(),
      validate = { enable = true },
    },
  },
}