mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-07 04:08:25 +00:00
fix(dashboard): randomseed needs argument on stable
This commit is contained in:
parent
c208542828
commit
c359164872
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ local M = setmetatable({}, {
|
||||||
})
|
})
|
||||||
|
|
||||||
local uv = vim.uv or vim.loop
|
local uv = vim.uv or vim.loop
|
||||||
math.randomseed()
|
math.randomseed(os.time())
|
||||||
|
|
||||||
---@class snacks.dashboard.Item
|
---@class snacks.dashboard.Item
|
||||||
---@field indent? number
|
---@field indent? number
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue