You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin has recently stopped working for me with the error there is no image data in clipboard. I can tell by pasting in other applications that there is. I am on wayland and checkhealth is succesful.
The text was updated successfully, but these errors were encountered:
---Will be used in utils.is_clipboard_img to check if image data exist---@paramcommandstring #command to check clip_contentM.get_clip_content=function(command)
localhandle=io.popen(command)
ifnothandlethen-- print("Failed to execute command: " .. command)return {}
endlocaloutputs= {}
foroutputinhandle:lines() dotable.insert(outputs, output)
endhandle:close()
-- print("Command output: " .. vim.inspect(outputs))returnoutputsend
and dont forget to install sudo pacman -S wl-clipboard
The plugin has recently stopped working for me with the error
there is no image data in clipboard
. I can tell by pasting in other applications that there is. I am on wayland and checkhealth is succesful.The text was updated successfully, but these errors were encountered: