mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(neovim): Use snacks.nvim to view images
- Remove `image.nvim` for image display on markdown - Simple code reorg
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user