fix: update image processor to use magick_cli
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
local data = require("data")
|
local data = require("data")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
require("config.rocks").plugin_spec,
|
-- require("config.rocks").plugin_spec,
|
||||||
{ -- LazyVim
|
{ -- LazyVim
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
priority = 900,
|
priority = 900,
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
require("image").setup({
|
require("image").setup({
|
||||||
backend = "kitty", -- Kitty will provide the best experience, but you need a compatible terminal
|
backend = "kitty", -- Kitty will provide the best experience, but you need a compatible terminal
|
||||||
|
processor = "magick_cli",
|
||||||
kitty_method = "normal",
|
kitty_method = "normal",
|
||||||
integrations = {
|
integrations = {
|
||||||
markdown = {
|
markdown = {
|
||||||
|
|||||||
Reference in New Issue
Block a user