We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c208542 commit c359164Copy full SHA for c359164
lua/snacks/dashboard.lua
@@ -7,7 +7,7 @@ local M = setmetatable({}, {
7
})
8
9
local uv = vim.uv or vim.loop
10
-math.randomseed()
+math.randomseed(os.time())
11
12
---@class snacks.dashboard.Item
13
---@field indent? number
0 commit comments