This commit is contained in:
2026-07-14 19:30:46 -03:00
parent c815e6286b
commit 8f2e965245
4 changed files with 12 additions and 33 deletions
@@ -68,7 +68,7 @@ return {
suffix = suffix .. string.char(math.random(65, 90))
end
end
return os.date("%s", os.time()) .. suffix
return os.date("%s", os.time()) .. "-" .. suffix
end,
follow_url_func = function(url)
vim.ui.open(url) -- need Neovim 0.10.0+