nvim-config11/lua/lsp_extend/jsonls.lua

9 lines
166 B
Lua
Raw Permalink Normal View History

2025-03-31 11:19:48 +01:00
return {
settings = {
json = {
schemas = require('schemastore').json.schemas(),
validate = { enable = true },
},
},
}