mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 12:46:38 +00:00
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
10 lines
201 B
Lua
10 lines
201 B
Lua
require("lspconfig").jsonls.setup({
|
|
settings = {
|
|
json = {
|
|
schemas = require("schemastore").json.schemas(),
|
|
validate = { enable = true },
|
|
},
|
|
},
|
|
capabilities = CAPABILITIES,
|
|
})
|