D. Fender
D. Fender
Are there any alternatives to this plugin? Also getting this error, but the effect is great.
5thing on this one, would be great to have :-)
[Here's a temporary fix until the plugin is updated ](https://github.com/ekickx/clipboard-image.nvim/pull/48#issuecomment-1589760763)
Hello, I'm receiving a similar error. Using (NVIM v0.9.0 nightly), macOS Ventura 13.2.1 I have fixed the error here: #48. I've changed the health.lua file to reference the proper check...
[Here's a temporary fix until the plugin is updated ](https://github.com/ekickx/clipboard-image.nvim/pull/48#issuecomment-1589760763)
> @ekickx is there any option that this gets merged? otherwise theres no way this works on neovim 0.9.x Feel free to use my fork in the meantime if you...
[Here's a temporary fix until the plugin is updated ](https://github.com/ekickx/clipboard-image.nvim/pull/48#issuecomment-1589760763)
I fixed this error for myself on MacOS 14.3 This setting in my neovim config was causing issues. ```lua vim.opt.guifont = "monospace:h17" ``` My font was also incorrect, and it...