glow.nvim icon indicating copy to clipboard operation
glow.nvim copied to clipboard

Glow not rendering markdown---blank window

Open calebdw opened this issue 3 years ago • 0 comments

Hello,

I updated my glow config to use the new setup() function (see below) but now the glow window is empty when trying to preview my file:

require('glow').setup({
    border = 'rounded',
    pager = false,
    width = 120,
})

image

If I update pager to true (not really sure what this option is for...perhaps you could explain in docs?) then I can see the rendered markdown---but only after a keypress and there's some weird behaviour:

Initial Window: image

After pressing any key: image

After hitting q to close preview: image

calebdw avatar Sep 12 '22 13:09 calebdw