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