mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 14:14:24 -05:00
fix: always use template for goto_today (closes #206)
This commit is contained in:
@@ -1839,6 +1839,7 @@ local function GotoToday(opts)
|
||||
local today = os.date(dateformats.date)
|
||||
opts.date_table = os.date("*t")
|
||||
opts.date = today
|
||||
opts.follow_creates_nonexisting = true -- Always use template if GotoToday
|
||||
GotoDate(opts)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user