1
0
2025-01-18 07:46:53 -05:00

9 lines
124 B
Lua

return {
"ellisonleao/glow.nvim",
config = function()
require('glow').setup()
end,
cmd = "Glow",
}