Files
lazyfox/lua/plugins/glow.lua
Archie Fox 7f1d7f48dd Init commit
2025-07-25 13:09:33 +03:00

16 lines
250 B
Lua

return {
"ellisonleao/glow.nvim",
config = true,
cmd = "Glow",
ft = "markdown",
opts = {
border = "shadow",
style = "dark",
pager = false,
width = 120,
height = 100,
width_ratio = 0.8,
height_ratio = 0.8,
},
}