mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
Chore: Remove commented code
This commit is contained in:
@@ -191,12 +191,6 @@ local function global_dir_check()
|
||||
ret = ret and check_dir_and_ask(M.Cfg.templates, "templates")
|
||||
ret = ret and check_dir_and_ask(M.Cfg.image_subdir, "images")
|
||||
|
||||
-- local img_dir = M.Cfg.home
|
||||
-- if M.Cfg.image_subdir then
|
||||
-- img_dir = img_dir .. "/" .. M.Cfg.image_subdir
|
||||
-- end
|
||||
-- ret = ret and check_dir_and_ask(img_dir, "M.Cfg.image_subdir")
|
||||
|
||||
return ret
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user