fix(mdimage-plugin): change target dir
This commit is contained in:
parent
87904359ea
commit
d8fef7e944
@ -2,7 +2,7 @@ return {
|
|||||||
"thek4n/mdimage.nvim",
|
"thek4n/mdimage.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require("mdimage").setup({
|
require("mdimage").setup({
|
||||||
target_path = vim.env.HOME .. "/.notes/.img",
|
target_path = "./.img",
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user