fix(json): correct case for SchemaStore.nvim
This commit is contained in:
1 file changed
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in new issue
Block a user