Adding schemas to jsonls #112
VonHeikemen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this case the .configure() function is your friend. If you see any documentation that uses lspconfig then you can do the same with
.configure()
.We can take the first example in schemastore.nvim and translate it to lsp-zero pretty easily.
If you have this setup with
lspconfig
.You can do this with
lsp-zero
.Beta Was this translation helpful? Give feedback.
All reactions