Closed timii closed 1 year ago
Hi,
When I try to run :Glow it won't run for me, it only says "OS not supported"
:Glow
nvim version:
> nvim --version NVIM v0.7.2 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Features: -acl +iconv +tui
Windows 10 Home 21H1 19043.2130
:lua print(vim.loop.os_uname().sysname) = "Windows_NT"
:lua print(vim.loop.os_uname().sysname)
:lua vim.pretty_print(jit.os) = "Windows"
:lua vim.pretty_print(jit.os)
I use packer.nvim and this is my init.lua
packer.nvim
use {"ellisonleao/glow.nvim"}
require("glow").setup({})
I also saw the other issue #82, but it still doesn't work
same issue
Chiming in to also echo, same issue!
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.
scoop install glow
Hi,
When I try to run
:Glow
it won't run for me, it only says "OS not supported"My config:
nvim version:
Windows 10 Home 21H1 19043.2130
:lua print(vim.loop.os_uname().sysname)
= "Windows_NT":lua vim.pretty_print(jit.os)
= "Windows"I use
packer.nvim
and this is my init.luarequire("glow").setup({})