Skip to content

Commit

Permalink
make packer_plugins() return type consistent (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliasquires authored Oct 23, 2023
1 parent 5295eab commit e86ce38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/startup/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function functions.packer_plugins()
),
}
else
return ""
return { "" }
end
end

Expand Down

0 comments on commit e86ce38

Please sign in to comment.