From c64dd1e7766c75788da11b52d7d77fd6766640fa Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 29 Nov 2025 22:46:08 +0900 Subject: modified plugins/markdown.lua, modified bin/shortcuts, modified Music/.music.txt --- .../TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'ar/.config') diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua index a47db5a..3aa19b5 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua @@ -1,16 +1,3 @@ -local sysname = vim.loop.os_uname().sysname -local backend, build, processor - -if sysname == "Darwin" then - backend = "kitty" - processor = "magick_cli" - build = false -else - backend = "ueberzug" - processor = "magick_rock" - build = true -end - -- Select the current cell local function select_cell() local bufnr = vim.api.nvim_get_current_buf() @@ -355,8 +342,8 @@ return { dependencies = { "leafo/magick", "vhyrro/luarocks.nvim" }, config = function() require("image").setup({ - backend = backend, -- "ueberzug" or "kitty", whatever backend you would like to use - processor = processor, -- "magick_rock" or "magick_cli" + backend = "ueberzug", -- "ueberzug" or "kitty", whatever backend you would like to use + processor = "magick_rock", -- "magick_rock" or "magick_cli" integrations = { markdown = { enabled = true, -- cgit v1.2.3