refactor(neovim): Markdown image pasting and rendering improvements

This commit is contained in:
Pratik Tripathy
2025-07-24 16:50:54 +05:30
parent c1ee0c269e
commit 3bea86537a
2 changed files with 19 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ return {
max_width = 80,
max_height = 68,
},
img_dirs = { "img", "images", "assets", "static", "public", "media", "attachments", ".artifacts/img" },
img_dirs = { "img", "images", "assets", "static", "public", "media", "attachments", ".artifacts/img", ".artifacts", ".assets" },
},
lazygit = {
enabled = true,