Skip to content

Commit 21bf0f7

Browse files
authored
fix(yaml): Normalize casing of schemastore plugin (#1548)
chore: rename schemastore to be lowercase This solves a problem where lazy could not resolve dependency if it was already installed in user configuration
1 parent 46cbdf2 commit 21bf0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocommunity/pack/yaml/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
return {
22
{
3-
"b0o/SchemaStore.nvim",
3+
"b0o/schemastore.nvim",
44
lazy = true,
55
dependencies = {
66
{

0 commit comments

Comments
 (0)