Skip to content

Commit

Permalink
feat(nvim-coverage): auto reload the coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
cristobalgvera committed Sep 2, 2024
1 parent 05a8e54 commit be17dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/astrocommunity/test/nvim-coverage/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
return {
"andythigpen/nvim-coverage",
event = "User AstroFile",
opts = {},
opts = {
auto_reload = true,
},
dependencies = {
"nvim-lua/plenary.nvim",
{
Expand Down

0 comments on commit be17dcd

Please sign in to comment.