
When I’m working on a project, I’m using the nvim GUI to copy text to the system clipboard. The system clipboard shows the content I just copied using yy (vim.opt.clipboard:append “unnamedplus”), but paste.app doesn’t show any copy history. Has anyone encountered this situation?