fix: update image processor to use magick_cli

This commit is contained in:
2024-11-08 12:36:48 -05:00
parent 40f421cbcd
commit 6f98bdb344
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
local data = require("data")
return {
require("config.rocks").plugin_spec,
-- require("config.rocks").plugin_spec,
{ -- LazyVim
"LazyVim/LazyVim",
priority = 900,
+1
View File
@@ -17,6 +17,7 @@ return {
config = function()
require("image").setup({
backend = "kitty", -- Kitty will provide the best experience, but you need a compatible terminal
processor = "magick_cli",
kitty_method = "normal",
integrations = {
markdown = {