mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(json): correct case for SchemaStore.nvim
This commit is contained in:
parent
36c84f47c9
commit
04a898a326
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue