2024-04-18 09:22:18 +03:00

8 lines
151 B
Lua

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