Skip to content

Commit

Permalink
fix(json): correct case for SchemaStore.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 10, 2023
1 parent 36c84f4 commit 04a898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/extras/lang/json.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 04a898a

Please sign in to comment.