-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neovim hangs right after running :Glow file #119
Comments
hey @gvolpe by "hangs" what do you mean exactly? Does it open a floating window with nothing inside? Does it freezes the editor and you can't type anything? |
@ellisonleao apologies for the poor description. I've made a video to demonstrate the issue: glow-2023-03-30_10.06.36.mp4 |
I have this problem too. |
Could you @gvolpe try turning off I also get an unresponsive window when turning on the For debugging:
|
@JMulder99 I can confirm |
I also have this issue using the newly released v0.9.0. I noticed that when it freezes my status line section that displays which mode I'm in (Normal, Insert, etc) says 'Terminal'. Once I click the window with my mouse it changes to 'Normal' and becomes responsive again. Can confirm the 'pager' solution did work for me. |
There's also some interaction with some |
Describe the bug
main
, commit a3f24fdConfiguration:
To Reproduce
Steps to reproduce the behavior:
:Glow file.md
and the file is displayed on a floating window.There are no logs under
~/.cache/nvim/log
, so I'm not sure how to debug this. Any ideas?Expected behavior
It should not hang.
The text was updated successfully, but these errors were encountered: