feat(nvim): add capabilities, attach to jsonls

This commit is contained in:
Price Hiller 2022-09-12 19:55:03 -05:00
parent bf6c03f591
commit a930700020

View File

@ -271,6 +271,8 @@ lspconfig.jsonls.setup({
schemas = require("schemastore").json.schemas(),
validate = { enable = true },
},
capabilities = lsp_capabilities,
on_attach = on_attach,
})
-- NOTE: GENERIC LSP SERVERS