ellisonleao / glow.nvim

A markdown preview directly in your neovim.
MIT License
1.28k stars 55 forks source link

OS not supported - Windows #94

Closed timii closed 1 year ago

timii commented 2 years ago

Hi,

When I try to run :Glow it won't run for me, it only says "OS not supported"

My config:

require("glow").setup({})



I also saw the other issue #82, but it still doesn't work
khaitranhq commented 1 year ago

same issue

bnmadden9 commented 1 year ago

Chiming in to also echo, same issue!

pynappo commented 1 year ago

The auto-install of the glow.exe doesn't work on windows yet so for now you'll probably want to download glow somewhere and add it to your $PATH. With scoop, scoop install glow does that for you.