chore(neovim): Use snacks.nvim to view images

- Remove `image.nvim` for image display on markdown
- Simple code reorg
This commit is contained in:
Pratik Tripathy
2025-07-22 16:40:36 +05:30
parent 9ed4ee445b
commit eb4bd841b3
4 changed files with 17 additions and 19 deletions

View File

@@ -149,14 +149,4 @@ return {
},
-- TIP: Use :PasteImage
},
-- View images in Neovim
{
"3rd/image.nvim",
build = false,
opts = {
-- Use ImageMagick (Fedora) or imagemagick (Debian) installed
processor = "magick_cli",
},
},
}