mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
refactor(neovim): Markdown image pasting and rendering improvements
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user