diff options
| author | ericmarin <maarin.eric@gmail.com> | 2026-03-30 17:32:31 +0200 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-03-31 11:24:04 +0200 |
| commit | a15c537f608db166f734d3a7e8d3c68bf17f55d7 (patch) | |
| tree | 2626f5550035e44d79646da6be8f6810050463c7 /nvim/lua/plugins/image.lua | |
| parent | 2781082f1085757a0cfb929ba37de968726ec751 (diff) | |
| download | dotfiles-a15c537f608db166f734d3a7e8d3c68bf17f55d7.tar.gz dotfiles-a15c537f608db166f734d3a7e8d3c68bf17f55d7.zip | |
changes
Diffstat (limited to '')
| -rw-r--r-- | nvim/lua/plugins/image.lua | 11 |
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", - } -} |
