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