
another bug change to the structure of the nvim config. probably, tomorrow will be finished
9 lines
179 B
Lua
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
|
|
},
|
|
},
|
|
}
|