fix(json): correct case for SchemaStore.nvim

This commit is contained in:
Folke Lemaitre
2023-01-10 10:08:07 +01:00
parent 36c84f47c9
commit 04a898a326

View File

@ -11,7 +11,7 @@ return {
-- correctly setup lspconfig
{
"neovim/nvim-lspconfig",
dependencies = { "b0o/schemastore.nvim" },
dependencies = { "b0o/SchemaStore.nvim" },
opts = {
-- make sure mason installs the server
servers = {