style: make stylua happy

This commit is contained in:
Thomas Lambert
2023-02-05 15:47:53 +01:00
parent 9cbbbb6970
commit b4b2f9087f

View File

@@ -1542,7 +1542,7 @@ local function PreviewImg(opts)
end
vim.cmd("normal yi)")
local fname = vim.fn.getreg('"0'):gsub("^img/","")
local fname = vim.fn.getreg('"0'):gsub("^img/", "")
-- check if fname exists anywhere
local imageDir = M.Cfg.image_subdir or M.Cfg.home