fix(json): correct case for SchemaStore.nvim

This commit is contained in:
Folke Lemaitre committed 2023-01-10 11:14:27 +01:00
1 parent 36c84f47c9
commit 04a898a326
1 file changed
+1 -1
+1 -1
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 = {