mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 14:14:24 -05:00
Fix function Seteup(cfg)
Added `end` to the end of the if statement I added.
This commit is contained in:
@@ -2514,6 +2514,7 @@ local function Setup(cfg)
|
||||
if k ~= "calendar_opts" then
|
||||
if k == "home" then
|
||||
v = CleanPath(v)
|
||||
end
|
||||
M.Cfg[k] = v
|
||||
if debug then
|
||||
print(
|
||||
|
||||
Reference in New Issue
Block a user