mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fixed to stylua style
This commit is contained in:
@@ -200,7 +200,7 @@ local monthmap = {
|
||||
local dateformats = {
|
||||
date = "%Y-%m-%d",
|
||||
week = "%V",
|
||||
isoweek = "%Y-W%V"
|
||||
isoweek = "%Y-W%V",
|
||||
}
|
||||
|
||||
local function calculate_dates(date)
|
||||
@@ -1539,7 +1539,7 @@ end
|
||||
local function CalendarAction(day, month, year, weekday, _)
|
||||
local opts = {}
|
||||
opts.date = string.format("%04d-%02d-%02d", year, month, day)
|
||||
opts.date_table = {year=year, month=month, day=day}
|
||||
opts.date_table = { year = year, month = month, day = day }
|
||||
opts.calendar = true
|
||||
GotoDate(opts)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user