mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -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)
|
local today = os.date(dateformats.date)
|
||||||
opts.date_table = os.date("*t")
|
opts.date_table = os.date("*t")
|
||||||
opts.date = today
|
opts.date = today
|
||||||
|
opts.follow_creates_nonexisting = true -- Always use template if GotoToday
|
||||||
GotoDate(opts)
|
GotoDate(opts)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user