diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-12-02 08:54:27 +0100 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-03-20 10:24:05 +0100 |
| commit | 2781082f1085757a0cfb929ba37de968726ec751 (patch) | |
| tree | 96f908c8eccf11d19d77c37c333ed56aa4a437d5 /nvim/lua/plugins/image.lua | |
| parent | c2acdf9cca1de631c7d1c60d7cfba2a7ab816e59 (diff) | |
| download | dotfiles-2781082f1085757a0cfb929ba37de968726ec751.tar.gz dotfiles-2781082f1085757a0cfb929ba37de968726ec751.zip | |
xd
Diffstat (limited to 'nvim/lua/plugins/image.lua')
| -rw-r--r-- | nvim/lua/plugins/image.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nvim/lua/plugins/image.lua b/nvim/lua/plugins/image.lua new file mode 100644 index 0000000..b1dc285 --- /dev/null +++ b/nvim/lua/plugins/image.lua @@ -0,0 +1,11 @@ +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", + } +} |
