feat(nvim): add capabilities, attach to jsonls
This commit is contained in:
parent
bf6c03f591
commit
a930700020
@ -271,6 +271,8 @@ lspconfig.jsonls.setup({
|
|||||||
schemas = require("schemastore").json.schemas(),
|
schemas = require("schemastore").json.schemas(),
|
||||||
validate = { enable = true },
|
validate = { enable = true },
|
||||||
},
|
},
|
||||||
|
capabilities = lsp_capabilities,
|
||||||
|
on_attach = on_attach,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- NOTE: GENERIC LSP SERVERS
|
-- NOTE: GENERIC LSP SERVERS
|
||||||
|
Loading…
Reference in New Issue
Block a user