fix(json): correct case for SchemaStore.nvim
This commit is contained in:
@ -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