We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519e32e commit a16fafbCopy full SHA for a16fafb
lua/astrocommunity/bars-and-lines/wakastat/init.lua
@@ -1,11 +1,5 @@
1
return {
2
"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,
+ opts = {},
10
dependencies = { "rebelot/heirline.nvim" },
11
}
0 commit comments