mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fix #48
This commit is contained in:
@@ -148,6 +148,7 @@ local function imgFromClipboard()
|
|||||||
|
|
||||||
if M.Cfg.image_subdir then
|
if M.Cfg.image_subdir then
|
||||||
relpath = M.Cfg.image_subdir .. "/" .. pngname
|
relpath = M.Cfg.image_subdir .. "/" .. pngname
|
||||||
|
pngpath = M.Cfg.home .. "/" .. M.Cfg.image_subdir
|
||||||
end
|
end
|
||||||
pngpath = pngpath .. "/" .. pngname
|
pngpath = pngpath .. "/" .. pngname
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user