2024-02-25 17:24:43 +03:00

8 lines
166 B
Lua

return {
"thek4n/mdimage.nvim",
config = function()
require("mdimage").setup({
img_path = "/home/thek4n/.notes/.img",
})
end
}