aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/image.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nvim/lua/plugins/image.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/nvim/lua/plugins/image.lua b/nvim/lua/plugins/image.lua
deleted file mode 100644
index b1dc285..0000000
--- a/nvim/lua/plugins/image.lua
+++ /dev/null
@@ -1,11 +0,0 @@
-return {
- "3rd/image.nvim",
- build = false, -- so that it doesn't build the rock https://github.com/3rd/image.nvim/issues/91#issuecomment-2453430239
- ft = "norg",
- opts = {
- backend = "sixel",
- processor = "magick_cli",
- only_render_image_at_cursor = true,
- only_render_image_at_cursor_mode = "popup",
- }
-}