-
I was hoping to get this working on Windows with Wezterm, which supports Kitty protocol, but I can't get image.nvim to load.
I have lua-for-windows, luarocks (with magick rock), and imagemagick installed under scoop. My lazy spec for image is {
'3rd/image.nvim',
config = function ()
package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/scoop/apps/lua-for-windows/rocks/?/init.lua;"
package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/scoop/apps/lua-for-windows/rocks/?.lua;"
require('image').setup()
end
} Does anyone know if I need to do something else, or is the plugin just not going to work on Windows? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello, it won't work on Windows at all, there's no existing/planned support. |
Beta Was this translation helpful? Give feedback.
Hello, it won't work on Windows at all, there's no existing/planned support.
WezTerm's implementation of the graphics protocol is also not great and it's not a good mix with this plugin, the performance is horrible.
Everything is great on Linux with Kitty though, come join the dark side!