Skip to content

Commit a16fafb

Browse files
authored
fix: use opts table
1 parent 519e32e commit a16fafb

File tree

1 file changed

+1
-7
lines changed
  • lua/astrocommunity/bars-and-lines/wakastat

1 file changed

+1
-7
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
return {
22
"fiqryq/wakastat.nvim",
3-
config = function()
4-
require("wakastat").setup {
5-
args = { "--today" },
6-
format = "Today Coding Time: %s",
7-
update_interval = 300,
8-
}
9-
end,
3+
opts = {},
104
dependencies = { "rebelot/heirline.nvim" },
115
}

0 commit comments

Comments
 (0)