fixed image support to my own Obsidian image directory

This commit is contained in:
The Menace Sauce 2026-02-09 15:21:01 -05:00
parent deebd9df10
commit 8e3b96e9b5
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"LuaSnip": { "branch": "master", "commit": "5a1e39223db9a0498024a77b8441169d260c8c25" }, "LuaSnip": { "branch": "master", "commit": "5a1e39223db9a0498024a77b8441169d260c8c25" },
"auto-session": { "branch": "main", "commit": "292492ab7af4bd8b9e37e28508bc8ce995722fd5" }, "auto-session": { "branch": "main", "commit": "dcbc339a1a0e6505f755d980ad11f892b6a8d492" },
"cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" }, "cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" },
"cmp-nvim-lsp": { "branch": "main", "commit": "cbc7b02bb99fae35cb42f514762b89b5126651ef" }, "cmp-nvim-lsp": { "branch": "main", "commit": "cbc7b02bb99fae35cb42f514762b89b5126651ef" },
"cmp-path": { "branch": "main", "commit": "c642487086dbd9a93160e1679a1327be111cbc25" }, "cmp-path": { "branch": "main", "commit": "c642487086dbd9a93160e1679a1327be111cbc25" },

View File

@ -125,7 +125,7 @@ return {
notify = true, notify = true,
command = "magick" command = "magick"
}, },
img_dirs = { "img", "images", "assets", "static", "public", "media", "attachments","Archives/All-Vault-Images/", "~/Library", "~/Downloads" }, img_dirs = { "img", "images", "assets", "static", "public", "media", "attachments","~Documents/Alibaba's Vault/Images", "~/Library", "~/Downloads" },
}, },
dashboard = { dashboard = {
enabled = true, enabled = true,