From b3e91ebccaaa12b05d03c2dbd35612e38f39fd5c Mon Sep 17 00:00:00 2001 From: Jannik Buhr Date: Sat, 10 Aug 2024 14:02:22 +0200 Subject: [PATCH] add image.nvim comment --- lua/plugins/ui.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 0c633e4..67f06ab 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -349,6 +349,8 @@ return { { -- show images in nvim! '3rd/image.nvim', enabled = true, + -- fix to commit to keep using the rockspeck for image magick + -- TODO: check back on this later commit = 'deb158d', dev = false, ft = { 'markdown', 'quarto', 'vimwiki' },