Skip to content

Commit

Permalink
fix(nvim-coverage): updated old keyword (#723)
Browse files Browse the repository at this point in the history
changed requires to dependencies as per lazy.nvim
  • Loading branch information
jduhamel committed Jan 16, 2024
1 parent 51d1c0c commit 3304429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/test/nvim-coverage/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
"andythigpen/nvim-coverage",
event = "User AstroFile",
requires = { "nvim-lua/plenary.nvim" },
dependencies = { "nvim-lua/plenary.nvim" },
}

0 comments on commit 3304429

Please sign in to comment.