dotfiles/.config/nvim/lua/plugins/extras/util/image.lua
Sergio Laín e457722492
📁 files(nvim): changes to the directories and extras
another bug change to the structure of the nvim config. probably, tomorrow will be finished
2023-10-25 12:38:42 +02:00

9 lines
179 B
Lua

return {
{
"edluffy/hologram.nvim",
lazy = true,
opts = {
auto_display = true, -- WIP automatic markdown image display, may be prone to breaking
},
},
}