fix(mdimage-plugin): change target dir

This commit is contained in:
thek4n 2024-04-17 14:19:21 +03:00
parent 87904359ea
commit d8fef7e944

View File

@ -2,7 +2,7 @@ return {
"thek4n/mdimage.nvim",
config = function()
require("mdimage").setup({
target_path = vim.env.HOME .. "/.notes/.img",
target_path = "./.img",
})
end
}