8 lines
173 B
Lua
8 lines
173 B
Lua
return {
|
|
"thek4n/mdimage.nvim",
|
|
config = function()
|
|
require("mdimage").setup({
|
|
target_path = vim.env.HOME .. "/.notes/.img",
|
|
})
|
|
end
|
|
} |