From 04a898a326d6e719ca82ce062d82355feb0f3a1e Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 10 Jan 2023 10:08:07 +0100 Subject: [PATCH] fix(json): correct case for SchemaStore.nvim --- lua/lazyvim/plugins/extras/lang/json.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/json.lua b/lua/lazyvim/plugins/extras/lang/json.lua index c5fe3dfa..dfc07d67 100644 --- a/lua/lazyvim/plugins/extras/lang/json.lua +++ b/lua/lazyvim/plugins/extras/lang/json.lua @@ -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 = {