mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
style: make stylua happy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user