mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-25 10:18:47 +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
|
-- correctly setup lspconfig
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
dependencies = { "b0o/schemastore.nvim" },
|
dependencies = { "b0o/SchemaStore.nvim" },
|
||||||
opts = {
|
opts = {
|
||||||
-- make sure mason installs the server
|
-- make sure mason installs the server
|
||||||
servers = {
|
servers = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue