mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -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 ~= "calendar_opts" then
|
||||||
if k == "home" then
|
if k == "home" then
|
||||||
v = CleanPath(v)
|
v = CleanPath(v)
|
||||||
|
end
|
||||||
M.Cfg[k] = v
|
M.Cfg[k] = v
|
||||||
if debug then
|
if debug then
|
||||||
print(
|
print(
|
||||||
|
|||||||
Reference in New Issue
Block a user