aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/image.lua
blob: b1dc285cf7e581dc7f8b93199c57d30b73b7d612 (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
	"3rd/image.nvim",
	build = false, -- so that it doesn't build the rock https://github.com/3rd/image.nvim/issues/91#issuecomment-2453430239
	ft = "norg",
	opts = {
		backend = "sixel",
		processor = "magick_cli",
		only_render_image_at_cursor = true,
		only_render_image_at_cursor_mode = "popup",
	}
}